Share via


ClientRequestException Constructor (String)

Initializes a new instance of the ClientRequestException class with the specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ClientRequestException(message)
public ClientRequestException(
    string message
)

Parameters

See Also

Reference

ClientRequestException Class

ClientRequestException Members

ClientRequestException Overload

Microsoft.SharePoint.Client Namespace