ChannelFaultedEventArgs Constructor (Exception)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ChannelFaultedEventArgs class using an exception.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ChannelFaultedEventArgs(
Exception exception
)
public:
ChannelFaultedEventArgs(
Exception^ exception
)
new :
exception:Exception -> ChannelFaultedEventArgs
Public Sub New (
exception As Exception
)
Parameters
exception
Type: System.ExceptionType: Exception. An exception or null.
See Also
ChannelFaultedEventArgsāOverload
ChannelFaultedEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Ā© 2016 Microsoft. All rights reserved. Copyright