Share via


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

Initializes a new instance of the NoAggregationException class.

Definition

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

Parameters

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