ConflictingRenderStateException.ConflictingRenderStateException Constructor

Language:

Initializes a new instance of the ConflictingRenderStateException class.

Definition

Visual Basic Protected Sub New( _
    ByVal info As SerializationInfo, _
    ByVal context As StreamingContext _
)
C# protected ConflictingRenderStateException(
    SerializationInfo info,
    StreamingContext context
);
C++ protected:
 ConflictingRenderStateException(
    SerializationInfoinfo,
    StreamingContext context
);
JScript protected function ConflictingRenderStateException(
    info : SerializationInfo,
    context : StreamingContext
);

Parameters

info System.Runtime.Serialization.SerializationInfo
A SerializationInfo Leave Site object that holds all of the data needed to serialize or deserialize the object.
context System.Runtime.Serialization.StreamingContext
A StreamingContext Leave Site object that describes the source and destination serialized stream.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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