BufferTooSmallException.BufferTooSmallException(String) Constructor (Microsoft.DirectX.DirectSound)

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(
    StringLeave Sitemessage
);
JScript public function BufferTooSmallException(
    message : String
);

Parameters

message System.String
String that contains the error message to display.