NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CustomAttributeFormatException Constructor

Initializes an instance of the CustomAttributeFormatException class.

Overload List

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);

See Also

CustomAttributeFormatException Class | CustomAttributeFormatException Members | System.Reflection Namespace