ReportError Method
ReportError(String, Int32, Int32)
Reports a XAML load error.
Declaration
void ReportError(string message, int line, int column)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | line | |
System.Int32 | column |