13 references to XamlException
System.Xaml (3)
System\Xaml\XamlException.cs (3)
93: base(message, null, meScanner.LineNumber, meScanner.LinePosition) { } 96: base(message, null, xamlScanner.LineNumber, xamlScanner.LinePosition) { } 99: base(message, null, lineNumber, linePosition) { }
System.Xaml.Tests (10)
System\Xaml\XamlDuplicateMemberExceptionTests.cs (1)
65yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlExceptionTests.cs (3)
39yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 }; 46var exception = new XamlException(message, innerException, lineNumber,linePosition); 57yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlInternalExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlObjectReaderExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlObjectWriterExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlParseExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlSchemaExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };
System\Xaml\XamlXmlWriterExceptionTests.cs (1)
37yield return new object?[] { "message", new XamlException("message", null, 1, 2), 1, 2 };