UnintentionalCodeFirstException Constructor
Initializes a new instance of the UnintentionalCodeFirstException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | UnintentionalCodeFirstException() | Initializes a new instance of the UnintentionalCodeFirstException class. |
![]() | UnintentionalCodeFirstException(SerializationInfo, StreamingContext) | Initializes a new instance of the UnintentionalCodeFirstException class. |
![]() | UnintentionalCodeFirstException(String) | Initializes a new instance of the UnintentionalCodeFirstException class. |
![]() | UnintentionalCodeFirstException(String, Exception) | Initializes a new instance of the UnintentionalCodeFirstException class. |
UnintentionalCodeFirstException Constructor ()
Initializes a new instance of the UnintentionalCodeFirstException class.
UnintentionalCodeFirstException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the UnintentionalCodeFirstException class.
protected UnintentionalCodeFirstException(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
UnintentionalCodeFirstException Constructor (String)
Initializes a new instance of the UnintentionalCodeFirstException class.
Parameters
- message
-
Type:
System.String
The message.
UnintentionalCodeFirstException Constructor (String, Exception)
Initializes a new instance of the UnintentionalCodeFirstException class.
Parameters
- message
-
Type:
System.String
The message.
- innerException
-
Type:
System.Exception
The inner exception.