Constructor UnexpectedModelTypeException
UnexpectedModelTypeException()
Initializes a new instance of the UnexpectedModelTypeException class.
public UnexpectedModelTypeException()
UnexpectedModelTypeException(string)
Initializes a new instance of the UnexpectedModelTypeException class with a specified error message.
public UnexpectedModelTypeException(string message)
Parameters
message
stringThe message that describes the error.
UnexpectedModelTypeException(string, Exception)
Initializes a new instance of the UnexpectedModelTypeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public UnexpectedModelTypeException(string message, Exception innerException)