August 2003
Intermediate to advanced
928 pages
32h 1m
English
CustomAttributeFormatException
This exception is thrown when the binary format of an attribute of a type cannot be read. This can occur when custom attributes and types are created at runtime.
public class CustomAttributeFormatException : FormatException { // Public Constructors public CustomAttributeFormatException( ); public CustomAttributeFormatException(stringmessage); public CustomAttributeFormatException(stringmessage, Exceptioninner); // Protected Constructors protected CustomAttributeFormatException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
System.FormatException
→
CustomAttributeFormatException