XamlParseException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the XamlParseException class, using the specified exception message string and inner exception.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- message
-
Type:
System::String^
The exception message.
- innerException
-
Type:
System::Exception^
The initial exception that occurred.
An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception. The InnerException property returns the same value that is passed into the constructor, or null if the InnerException property does not supply the inner exception value to the constructor.
.NET Framework
Available since 3.0
Available since 3.0
Show: