EdmSchemaError Constructor (String, Int32, EdmSchemaErrorSeverity)
Constructs a EdmSchemaError object.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- message
-
Type:
System.String
The explanation of the error.
- errorCode
-
Type:
System.Int32
The code associated with this error.
- severity
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmSchemaErrorSeverity
The severity of the error.