Share via


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

Initializes a new instance of the SendLoopException class.

Definition

Visual Basic Public Sub New( _
    ByVal message As String _
)
C# public SendLoopException(
    string message
);
C++ public:
 SendLoopException(
    StringLeave Sitemessage
);
JScript public function SendLoopException(
    message : String
);

Parameters

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