DbUnexpectedValidationException Constructor
Initializes a new instance of the DbUnexpectedValidationException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbUnexpectedValidationException() | Initializes a new instance of DbUnexpectedValidationException. |
![]() | DbUnexpectedValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and context. |
![]() | DbUnexpectedValidationException(String) | Initializes a new instance of DbUnexpectedValidationException. |
![]() | DbUnexpectedValidationException(String, Exception) | Initializes a new instance of DbUnexpectedValidationException. |
DbUnexpectedValidationException Constructor ()
Initializes a new instance of 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.
Parameters
- message
-
Type:
System.String
The exception message.
DbUnexpectedValidationException Constructor (String, Exception)
Initializes a new instance of DbUnexpectedValidationException.
Parameters
- message
-
Type:
System.String
The exception message.
- innerException
-
Type:
System.Exception
The inner exception.