2 types derived from InfoCardBaseException
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardArgumentException.cs (1)
15
internal class InfoCardArgumentException :
InfoCardBaseException
infocard\client\System\IdentityModel\Selectors\InternalUserCancelledException.cs (1)
15
internal class UserCancelledException :
InfoCardBaseException
5 references to InfoCardBaseException
System.IdentityModel.Selectors (5)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (5)
556
InfoCardBaseException
ie = e as
InfoCardBaseException
;
581
else if (current is
InfoCardBaseException
)
583
if ((current as
InfoCardBaseException
).Logged)
605
private static string BuildMessage(
InfoCardBaseException
ie)