ChannelFaultedEventArgs Constructor (String, Exception)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the ChannelFaultedEventArgs class using message and an exception.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ChannelFaultedEventArgs(
string message,
Exception exception
)
Public Sub New (
message As String,
exception As Exception
)
Parameters
message
Type: System.StringType: String. A message describing the event.
exception
Type: System.ExceptionType: Exception. An exception or null.
See Also
ChannelFaultedEventArgs Overload
ChannelFaultedEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright