Edit

Share via


XamlLoadErrorInfo(String, Int32, Int32) Constructor

Definition

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