EdmSchemaError(String, Int32, EdmSchemaErrorSeverity) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a EdmSchemaError object.
public EdmSchemaError (string message, int errorCode, System.Data.Entity.Core.Metadata.Edm.EdmSchemaErrorSeverity severity);
new System.Data.Entity.Core.Metadata.Edm.EdmSchemaError : string * int * System.Data.Entity.Core.Metadata.Edm.EdmSchemaErrorSeverity -> System.Data.Entity.Core.Metadata.Edm.EdmSchemaError
Public Sub New (message As String, errorCode As Integer, severity As EdmSchemaErrorSeverity)
Parameters
- message
- String
The explanation of the error.
- errorCode
- Int32
The code associated with this error.
- severity
- EdmSchemaErrorSeverity
The severity of the error.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework