Share via


ExceptionInformation Class

Definition

Specifies the class that encapsulates the exception seen on the communication channel and additional information required to handle that exception.

public sealed class ExceptionInformation
type ExceptionInformation = class
Public NotInheritable Class ExceptionInformation
Inheritance
ExceptionInformation

Constructors

ExceptionInformation(Exception)

Initializes a new instance of the ExceptionInformation class using the given exception and the default target replica selector.

ExceptionInformation(Exception, TargetReplicaSelector)

Initializes a new instance of the ExceptionInformation class using the given exception and target replica selector.

Properties

Exception

Gets exception that was seen on the communication channel

TargetReplica

Gets the target replica identifier to which the communication channel was established.

Applies to