XamlLoadErrorInfo(String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of a XamlLoadErrorInfo with a specified message about the error and with the line number and position in the XAML file loaded where the error occurred.
public:
XamlLoadErrorInfo(System::String ^ message, int lineNumber, int linePosition);
public XamlLoadErrorInfo (string message, int lineNumber, int linePosition);
new System.Activities.Presentation.XamlLoadErrorInfo : string * int * int -> System.Activities.Presentation.XamlLoadErrorInfo
Public Sub New (message As String, lineNumber As Integer, linePosition As Integer)
Parameters
- message
- String
A message containing information about the load error.
- lineNumber
- Int32
The line number of the XAML file where the load error occurred.
- linePosition
- Int32
The line position of the XAML file where the load error occurred.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.