XamlParseException Constructor (String^, Int32, Int32)

 

Initializes a new instance of the XamlParseException class, using the specified exception message string, and the specified line number and position in the line.

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

public:
XamlParseException(
	String^ message,
	int lineNumber,
	int linePosition
)

Parameters

message
Type: System::String^

The exception message.

lineNumber
Type: System::Int32

The line number where the exception occurred.

linePosition
Type: System::Int32

The position in the line at which the exception occurred.

.NET Framework
Available since 3.0
Return to top
Show: