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 };