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!

InternalBufferOverflowException Constructor

Initializes a new instance of the InternalBufferOverflowException class.

Overload List

Initializes a new default instance of the InternalBufferOverflowException class.

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

Initializes a new instance of the InternalBufferOverflowException class with the error message to be displayed specified.

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

Initializes a new instance of the InternalBufferOverflowException class with the message to be displayed, and the generated inner exception specified.

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

See Also

InternalBufferOverflowException Class | InternalBufferOverflowException Members | System.IO Namespace