DbUnexpectedValidationException Constructor

 

Initializes a new instance of the DbUnexpectedValidationException class.

Namespace:   System.Data.Entity.Validation
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDbUnexpectedValidationException()

Initializes a new instance of DbUnexpectedValidationException.

System_CAPS_protmethodDbUnexpectedValidationException(SerializationInfo, StreamingContext)

Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and context.

System_CAPS_pubmethodDbUnexpectedValidationException(String)

Initializes a new instance of DbUnexpectedValidationException.

System_CAPS_pubmethodDbUnexpectedValidationException(String, Exception)

Initializes a new instance of DbUnexpectedValidationException.


DbUnexpectedValidationException Constructor ()

Initializes a new instance of DbUnexpectedValidationException.

public DbUnexpectedValidationException()

DbUnexpectedValidationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and context.

[ExcludeFromCodeCoverageAttribute]
protected DbUnexpectedValidationException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo

The serialization info.

context
Type: System.Runtime.Serialization.StreamingContext

The streaming context.


DbUnexpectedValidationException Constructor (String)

Initializes a new instance of DbUnexpectedValidationException.

public DbUnexpectedValidationException(
	string message
)

Parameters

message
Type: System.String

The exception message.


DbUnexpectedValidationException Constructor (String, Exception)

Initializes a new instance of DbUnexpectedValidationException.

public DbUnexpectedValidationException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The exception message.

innerException
Type: System.Exception

The inner exception.