IdcrlException construtor (String, Exception)
Inicializa uma nova instância de um IdcrlException com a exceção de interna e mensagem de erro especificado.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New IdcrlException(message, _
innerException)
public IdcrlException(
string message,
Exception innerException
)
Parâmetros
message
Tipo: System.StringA mensagem de erro que descreve a exceção atual.
innerException
Tipo: System.ExceptionA exceção interna que está causando a exceção atual.