4 instantiations of CustomAttributeFormatException
mscorlib (4)
system\reflection\customattribute.cs (4)
1745
throw new
CustomAttributeFormatException
();
1790
throw new
CustomAttributeFormatException
(
1821
throw new
CustomAttributeFormatException
(
1829
throw new
CustomAttributeFormatException
();
1 reference to CustomAttributeFormatException
System.ServiceModel (1)
System\ServiceModel\Description\ServiceReflector.cs (1)
457
if (e is
CustomAttributeFormatException
&& e.InnerException != null)