Initializes an instance of the CustomAttributeFormatException class.
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();
Initializes an instance of the CustomAttributeFormatException class with the specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public CustomAttributeFormatException(String);
[C++] public: CustomAttributeFormatException(String*);
[JScript] public function CustomAttributeFormatException(String);
Initializes an instance of the CustomAttributeFormatException class with the given message and inner exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public CustomAttributeFormatException(String, Exception);
[C++] public: CustomAttributeFormatException(String*, Exception);
[JScript] public function CustomAttributeFormatException(String, Exception);
CustomAttributeFormatException Class | CustomAttributeFormatException Members | System.Reflection Namespace