ParameterTypeMismatchException

ParameterTypeMismatchException()

public ParameterTypeMismatchException() ;

Description

Initializes a new instance of the ParameterTypeMismatchException class.

ParameterTypeMismatchException(string)

public ParameterTypeMismatchException(string message) ;

Description

Initializes a new instance of the ParameterTypeMismatchException class with a specified error message.

Parameters

Parameter Name Description
message Error message string.

ParameterTypeMismatchException(string, Exception)

public ParameterTypeMismatchException(string message, Exception inner) ;

Description

Initializes a new instance of the ParameterTypeMismatchException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters

Parameter Name Description
message Error message string.
inner The exception that is the cause of the current exception.