1 instantiation of SchemaValidationException
Microsoft.NET.ProjectData.Generators (1)
DataModelSchemaGenerator.cs (1)
538
private static SchemaValidationException Invalid(string message) =>
new
(message);
2 references to SchemaValidationException
Microsoft.NET.ProjectData.Generators (2)
DataModelSchemaGenerator.cs (2)
93
catch (
SchemaValidationException
ex)
538
private static
SchemaValidationException
Invalid(string message) => new(message);