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.StringThe error message that describes the current exception.
innerException
Type: System.ExceptionThe inner exception that is the cause of the current exception.