IdcrlException constructor (String, Int32)

Initializes a new instance of the IdcrlException with the specified message and the referenced error code.

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

Syntax

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

Dim instance As New IdcrlException(message, _
    errorcode)
public IdcrlException(
    string message,
    int errorcode
)

Parameters

  • message
    Type: System.String

    The error message that describes the current exception.

  • errorcode
    Type: System.Int32

    The error code that identifies the current exception.

See also

Reference

IdcrlException class

IdcrlException members

IdcrlException overload

Microsoft.SharePoint.Client namespace