OperationInterruptedException.OperationInterruptedException

OperationInterruptedException(string)

Initialiseert een nieuw exemplaar van hetOperationInterruptedException klasse.

public OperationInterruptedException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


OperationInterruptedException(string, Exception)

Initialiseert een nieuw exemplaar van hetOperationInterruptedException klasse.

public OperationInterruptedException(string message, Exception innerException)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.
innerExceptionExceptionDe innerlijke uitzondering.

Zie ook