XamlParseException Constructor (String^)

 

Initializes a new instance of the XamlParseException class, using the specified exception message string.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
XamlParseException(
	String^ message
)

Parameters

message
Type: System::String^

The exception message.

.NET Framework
Available since 3.0
Return to top
Show: