مشاركة عبر


ChannelFaultedEventArgs Constructor (String, Exception)

 

Applies To: Dynamics CRM 2015

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:
ChannelFaultedEventArgs(
    String^ message,
    Exception^ exception
)
new : 
        message:string *
        exception:Exception -> ChannelFaultedEventArgs
Public Sub New (
    message As String,
    exception As Exception
)

Parameters

See Also

ChannelFaultedEventArgs Overload
ChannelFaultedEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright