Initializes an instance of the CustomAttributeFormatException class with the default properties.
[Visual Basic] Overloads Public Sub New() [C#] public CustomAttributeFormatException(); [C++] public: CustomAttributeFormatException(); [JScript] public function CustomAttributeFormatException();
CustomAttributeFormatExcdption initializes an instance of the CustomAttributeFormatException with an empty message string and the root cause exception set to null.
CustomAttributeFormatException inherits from Exception. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | null |
Message | The empty string (""). |
CustomAttributeFormatException Class | CustomAttributeFormatException Members | System.Reflection Namespace | CustomAttributeFormatException Constructor Overload List