MapFileFailException.MapFileFailException Constructor

Language:

Initializes a new instance of the object.

Definition

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

Parameters

message System.String
inner System.Exception

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