Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the BufferTooSmallException class.
Definition
Visual Basic Public Sub New( _
ByVal message As String _
)C# public BufferTooSmallException(
string message
);C++ public:
BufferTooSmallException(
String^ message
);JScript public function BufferTooSmallException(
message : String
);
Parameters
message System.String
String that contains the error message to display.
.gif)