Represents an exception that is thrown when the binary format of a custom attribute is invalid.
Object
Exception
SystemException
FormatException
CustomAttributeFormatException
[Visual Basic] Public Class CustomAttributeFormatException Inherits FormatException [C#] public class CustomAttributeFormatException : FormatException [C++] public __gc class CustomAttributeFormatException : public FormatException [JScript] public class CustomAttributeFormatException extends FormatException
CustomAttributeFormatException is thrown because a custom attribute on a data type was formatted incorrectly, possibly because of a bug in the tool used to create the data type.
Namespace: System.Reflection
Assembly: mscorlib.dll
CustomAttributeFormatException Members | System.Reflection Namespace | Exception | FormatException