UnintentionalCodeFirstException Constructor

 

UnintentionalCodeFirstException Constructor ()

Initializes a new instance of the UnintentionalCodeFirstException class.

public UnintentionalCodeFirstException()

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.

public UnintentionalCodeFirstException(
	string message
)

Parameters

message
Type: System.String

The message.


UnintentionalCodeFirstException Constructor (String, Exception)

Initializes a new instance of the UnintentionalCodeFirstException class.

public UnintentionalCodeFirstException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The message.

innerException
Type: System.Exception

The inner exception.