Share via


OutOfVideoMemoryException.OutOfVideoMemoryException(String) Constructor (Microsoft.DirectX.Direct3D)

Initializes a new instance of the OutOfVideoMemoryException class.

Definition

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

Parameters

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