ChannelFaultedEventArgs Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains arguments for a faulted WCF channel event.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
System.EventArgs
Microsoft.Xrm.Sdk.Client.CancelEventArgs
Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

