InvalidCodeException.InvalidCodeException

InvalidCodeException()

Initializes a new instance of the InvalidCodeException class.

public InvalidCodeException()

See Also


InvalidCodeException(string)

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

public InvalidCodeException(string message)
ParameterTypeDescription
messageStringA String that describes the error.

See Also