Initializes an instance of the CustomAttributeFormatException class with the specified message.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public CustomAttributeFormatException( string message ); [C++] public: CustomAttributeFormatException( String* message ); [JScript] public function CustomAttributeFormatException( message : String );
CustomAttributeFormatException inherits from Exception. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | The inner exception. |
Message | The message string |
CustomAttributeFormatException Class | CustomAttributeFormatException Members | System.Reflection Namespace | CustomAttributeFormatException Constructor Overload List | Exception | FormatException