BadSendBufferGuidException.BadSendBufferGuidException(String,Exception) Constructor (Microsoft.DirectX.DirectSound)

Initializes a new instance of the BadSendBufferGuidException class.

Definition

Visual Basic Public Sub New( _
    ByVal message As String, _
    ByVal inner As ExceptionLeave Site _
)
C# public BadSendBufferGuidException(
    string message,
    ExceptionLeave Site inner
);
C++ public:
 BadSendBufferGuidException(
    StringLeave Sitemessage,
    ExceptionLeave Siteinner
);
JScript public function BadSendBufferGuidException(
    message : String,
    inner : ExceptionLeave Site
);

Parameters

message System.String
String that contains the error message to display.
inner System.Exception
An ExceptionLeave Site object that represents errors that occur during application execution.