Skip to content

ConcurrentObserverCallsException() constructor

Defined in

Type: ConcurrentObserverCallsException Namespace: ReactiveUI.Extensions.Async Assembly: ReactiveUI.Extensions.dll

Applies to

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

Overloads

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

1. Overload

public ConcurrentObserverCallsException()

View source

Summary: Initializes a new instance of the ConcurrentObserverCallsException class.

2. Overload

public ConcurrentObserverCallsException(string message)

View source

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

Parameters

NameTypeDescription
messagestringThe message that describes the error.

3. Overload

public ConcurrentObserverCallsException(string message, Exception innerException)

View source

Summary: Initializes a new instance of the ConcurrentObserverCallsException 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.