XamlObjectWriter.SetLineInfo(Int32, Int32) Method

Definition

Implements SetLineInfo(Int32, Int32) and provides line information for exceptions.

public:
 virtual void SetLineInfo(int lineNumber, int linePosition);
public void SetLineInfo (int lineNumber, int linePosition);
abstract member SetLineInfo : int * int -> unit
override this.SetLineInfo : int * int -> unit
Public Sub SetLineInfo (lineNumber As Integer, linePosition As Integer)

Parameters

lineNumber
Int32

The line number from the reader.

linePosition
Int32

The line position from the reader.

Implements

Remarks

This service method is not intended to be called directly from your code. However, if you are creating a derived class from XamlObjectWriter and expect to report a context where line numbers are unavailable or not useful, this method may be called.

Applies to