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!

FormatException Constructor

Initializes a new instance of the FormatException class.

Overload List

Initializes a new instance of the FormatException with default properties.

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

Initializes a new instance of FormatException with a specified message.

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

Initializes a new instance of FormatException with a specified message and the exception that is the root cause of this exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public FormatException(String, Exception);
[C++] public: FormatException(String*, Exception);
[JScript] public function FormatException(String, Exception);

See Also

FormatException Class | FormatException Members | System Namespace