ChannelFaultedEventArgs Class

Definition

Contains arguments for a faulted WCF channel event.

public ref class ChannelFaultedEventArgs sealed : Microsoft::Xrm::Sdk::Client::CancelEventArgs
public sealed class ChannelFaultedEventArgs : Microsoft.Xrm.Sdk.Client.CancelEventArgs
type ChannelFaultedEventArgs = class
    inherit CancelEventArgs
Public NotInheritable Class ChannelFaultedEventArgs
Inherits CancelEventArgs
Inheritance
ChannelFaultedEventArgs

Constructors

ChannelFaultedEventArgs(Exception)

Initializes a new instance of the ChannelFaultedEventArgs class using an exception.

ChannelFaultedEventArgs(String, Exception)

Initializes a new instance of the ChannelFaultedEventArgs class using message and an exception.

Properties

Cancel

Gets or sets whether the event is cancelled.

(Inherited from CancelEventArgs)
Exception

Gets the exception related to the event.

Message

Gets the message describing the event.

Applies to