Compartilhar via


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.String

    A mensagem de erro que descreve a exceção atual.

  • innerException
    Tipo: System.Exception

    A exceção interna que está causando a exceção atual.

Ver também

Referência

IdcrlException classe

IdcrlException membros

IdcrlException em sobrecarga

Microsoft.SharePoint.Client namespace