Microsoft DirectX 9.0 SDK Update (October 2004)

InputLostException.InputLostException Constructor

Language:

Note: This documentation is preliminary and is subject to change.

Initializes a new instance of the InputLostException class.

Definition

Visual Basic .NET Protected Sub New( _
    ByVal info As SerializationInfo, _
    ByVal context As StreamingContext _
)
C# protected InputLostException(
    SerializationInfo info,
    StreamingContext context
);
Managed C++ protected: InputLostException(
    SerializationInfo *info,
    StreamingContext context
);
JScript .NET protected function InputLostException(
    info : SerializationInfo,
    context : StreamingContext
);

Parameters

info System.Runtime.Serialization.SerializationInfo.
context System.Runtime.Serialization.StreamingContext.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center