다음을 통해 공유


IdcrlException Constructors

Definition

Overloads

IdcrlException()

public IdcrlException();
Public Sub New ()

Applies to

IdcrlException(String)

public IdcrlException(string message);
new Microsoft.SharePoint.Client.IdcrlException : string -> Microsoft.SharePoint.Client.IdcrlException
Public Sub New (message As String)

Parameters

message
String

Applies to

IdcrlException(String, Exception)

public IdcrlException(string message, Exception innerException);
new Microsoft.SharePoint.Client.IdcrlException : string * Exception -> Microsoft.SharePoint.Client.IdcrlException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

IdcrlException(String, Int32)

public IdcrlException(string message, int errorcode);
new Microsoft.SharePoint.Client.IdcrlException : string * int -> Microsoft.SharePoint.Client.IdcrlException
Public Sub New (message As String, errorcode As Integer)

Parameters

message
String
errorcode
Int32

Applies to