Share via


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

Initializes a new instance of the ObjectNotFoundException class.

Definition

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

Parameters

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