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