XamlParseException.NameContext Property

Definition

Gets or sets the XAML name of the object where the exception occurred.

public:
 property System::String ^ NameContext { System::String ^ get(); };
public string NameContext { get; }
member this.NameContext : string
Public ReadOnly Property NameContext As String

Property Value

The XAML name of the object.

Applies to