Skip to content

ConcurrentWitnessCallsException() constructor

Defined in

Type: ConcurrentWitnessCallsException Namespace: ReactiveUI.Primitives.Async Assembly: ReactiveUI.Primitives.Async.dll

Applies to

net10.0, net10.0, net10.0-desktop1.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-browserwasm1.0, net9.0, net9.0, net9.0-desktop1.0, net9.0-desktop1.0, net9.0-browserwasm1.0, net9.0-browserwasm1.0, net8.0, net8.0, net8.0-ios17.5, net8.0-macos14.5, net8.0-macos14.5, net8.0-macos14.2, net8.0-macos14.2, net8.0-maccatalyst17.5, net8.0-maccatalyst17.5, net8.0-tvos17.2, net8.0-tvos17.2, net8.0-ios17.5, netstandard2.1, netstandard2.1, net481, net462, net462, net481

Overloads

  • 1. public ConcurrentWitnessCallsException()
  • 2. public ConcurrentWitnessCallsException(string message)
  • 3. public ConcurrentWitnessCallsException(string message, Exception innerException)

1. Overload

public ConcurrentWitnessCallsException()

View source

Summary: Initializes a new instance of the ConcurrentWitnessCallsException class.

2. Overload

public ConcurrentWitnessCallsException(string message)

View source

Summary: Initializes a new instance of the ConcurrentWitnessCallsException class with a specified error message.

Parameters

NameTypeDescription
messagestringThe message that describes the error.

3. Overload

public ConcurrentWitnessCallsException(string message, Exception innerException)

View source

Summary: Initializes a new instance of the ConcurrentWitnessCallsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters

NameTypeDescription
messagestringThe error message that explains the reason for the exception.
innerExceptionExceptionThe exception that is the cause of the current exception.