March 2002
Intermediate to advanced
864 pages
31h 8m
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 method CustomAttributeFormatException(); public method CustomAttributeFormatException( string message); public method CustomAttributeFormatException( string message, Exception inner); // Protected Constructors protected method CustomAttributeFormatException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→System.FormatException→CustomAttributeFormatException