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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.