Initializes a new instance of the InternalBufferOverflowException class.
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);
InternalBufferOverflowException Class | InternalBufferOverflowException Members | System.IO Namespace