ChannelFaultedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
ChannelFaultedEventArgs(Exception) |
Initializes a new instance of the |
ChannelFaultedEventArgs(String, Exception) |
Initializes a new instance of the |
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. |