ClientRequestException constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ClientRequestException class with serialized data.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ClientRequestException(info, context)
protected ClientRequestException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

ClientRequestException class

ClientRequestException members

ClientRequestException overload

Microsoft.SharePoint.Client namespace