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