EdmSchemaError Constructor (String, Int32, EdmSchemaErrorSeverity)

 

Constructs a EdmSchemaError object.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public EdmSchemaError(
	string message,
	int errorCode,
	EdmSchemaErrorSeverity severity
)

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.