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