Compartilhar via


CollectionNotInitializedException construtor (String, Exception)

Inicializa uma nova instância da classe CollectionNotInitializedException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa dessa exceção.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  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 CollectionNotInitializedException(message, _
    innerException)
public CollectionNotInitializedException(
    string message,
    Exception innerException
)

Parâmetros

  • message
    Tipo: System.String

    A mensagem de erro que explica o motivo para a exceção.

  • innerException
    Tipo: System.Exception

    A exceção que está causando o CollectionNotInitializedException. Se o parâmetro innerException não for uma referência nula, a exceção atual é gerada em um bloco de variável que lida com a exceção interna.

Ver também

Referência

CollectionNotInitializedException classe

CollectionNotInitializedException membros

CollectionNotInitializedException em sobrecarga

Microsoft.SharePoint.Client namespace