Share via


ClientRequestFailedEventArgs Constructor (ClientRequest, Exception)

Initializes a new instance of the ClientRequestFailedEventArgs class with the specified ClientRequest that has failed execution, and the Exception associated with the failure.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    request As ClientRequest, _
    ex As Exception _
)
'Usage
Dim request As ClientRequest
Dim ex As Exception

Dim instance As New ClientRequestFailedEventArgs(request, _
    ex)
public ClientRequestFailedEventArgs(
    ClientRequest request,
    Exception ex
)

Parameters

See Also

Reference

ClientRequestFailedEventArgs Class

ClientRequestFailedEventArgs Members

ClientRequestFailedEventArgs Overload

Microsoft.SharePoint.Client Namespace