Share via


EdmSchemaError(String, Int32, EdmSchemaErrorSeverity) Constructor

Definition

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