IdcrlException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IdcrlException() | |
IdcrlException(String) | |
IdcrlException(String, Exception) | |
IdcrlException(String, Int32) |
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