OperationInterruptedException.OperationInterruptedException

OperationInterruptedException(string)

初始化一个新的 OperationInterruptedException 类的实例。

public OperationInterruptedException(string message)
参数类型描述
messageString异常消息。

另请参见


OperationInterruptedException(string, Exception)

初始化一个新的 OperationInterruptedException 类的实例。

public OperationInterruptedException(string message, Exception innerException)
参数类型描述
messageString异常消息。
innerExceptionException内部异常。

另请参见