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 with the default properties.

[Visual Basic]
Overloads Public Sub New()
[C#]
public CustomAttributeFormatException();
[C++]
public: CustomAttributeFormatException();
[JScript]
public function CustomAttributeFormatException();

Remarks

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 ("").

See Also

CustomAttributeFormatException Class | CustomAttributeFormatException Members | System.Reflection Namespace | CustomAttributeFormatException Constructor Overload List