Share via


IdcrlException constructor (String, Exception)

Initializes a new instance of an IdcrlException with the specified error message and inner exception.

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

Syntax

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

Dim instance As New IdcrlException(message, _
    innerException)
public IdcrlException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The error message that describes the current exception.

  • innerException
    Type: System.Exception

    The inner exception that is the cause of the current exception.

See also

Reference

IdcrlException class

IdcrlException members

IdcrlException overload

Microsoft.SharePoint.Client namespace