Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Represents an exception that indicates validation errors occurred on entities.
Microsoft.Restier.Core.EdmModelValidationException
public EdmModelValidationException()
public EdmModelValidationException(string message)
message
string
public EdmModelValidationException(string message, System.Exception innerException)
innerException
System.Exception