Microsoft DirectX 9.0 SDK Update (October 2004)

ConflictingTextureFilterException.ConflictingTextureFilterException Constructor

Language:

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

Initializes a new instance of the ConflictingTextureFilterException class.

Definition

Visual Basic .NET Protected Sub New( _
    ByVal info As SerializationInfo, _
    ByVal context As StreamingContext _
)
C# protected ConflictingTextureFilterException(
    SerializationInfo info,
    StreamingContext context
);
Managed C++ protected: ConflictingTextureFilterException(
    SerializationInfo *info,
    StreamingContext context
);
JScript .NET protected function ConflictingTextureFilterException(
    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.

© 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