XamlParseException Constructor (String^, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the XamlParseException class, using the specified exception message string, and the specified line number and position in the line.
Assembly: PresentationFramework (in PresentationFramework.dll)
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
Available since 3.0
Show: