XamlLoadErrorInfo Class
Contains information about the error generated by the XAML Reader when loading an XML file, including the name of the file and the location in the file where the error occurred.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | XamlLoadErrorInfo(String^, Int32, Int32) | 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. |
| Name | Description | |
|---|---|---|
![]() | FileName | Gets or sets the name of the XAML file in which the load error occurred |
![]() | LineNumber | Gets or sets the line number of the XAML file where the load error occurred. |
![]() | LinePosition | Gets or sets the line position of the XAML file where the load error occurred. |
![]() | Message | Gets or sets information about the error generated by the XAML Reader when loading an XML file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


