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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework