DeviceFullException.DeviceFullException(String,Exception) Constructor (Microsoft.DirectX.DirectInput)

Initializes a new instance of the object.

Definition

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

Parameters

message System.String
inner System.Exception