OperationInterruptedException.OperationInterruptedException

OperationInterruptedException(string)

Initializes a new instance of the OperationInterruptedException class.

public OperationInterruptedException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


OperationInterruptedException(string, Exception)

Initializes a new instance of the OperationInterruptedException class.

public OperationInterruptedException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also