SkinningNotSupportedException.SkinningNotSupportedException Constructor

Language:

Initializes a new instance of the SkinningNotSupportedException class.

Definition

Visual Basic Public Sub New( _
    ByVal message As String, _
    ByVal inner As Exception _
)
C# public SkinningNotSupportedException(
    string message,
    Exception inner
);
C++ public:
 SkinningNotSupportedException(
    Stringmessage,
    Exceptioninner
);
JScript public function SkinningNotSupportedException(
    message : String,
    inner : Exception
);

Parameters

message System.String
String that contains the error message to display.
inner System.Exception
An Exception Leave Site object that represents errors that occur during application execution.

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