Compartilhar via


PropertyOrFieldNotInitializedException construtor (String, Exception)

Inicializa uma nova instância da classe PropertyOrFieldNotInitializedException com uma mensagem de erro especificada e uma referência à exceção interna que causou essa 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 PropertyOrFieldNotInitializedException(message, _
    innerException)
public PropertyOrFieldNotInitializedException(
    string message,
    Exception innerException
)

Parâmetros

  • message
    Tipo: System.String

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

Ver também

Referência

PropertyOrFieldNotInitializedException classe

PropertyOrFieldNotInitializedException membros

PropertyOrFieldNotInitializedException em sobrecarga

Microsoft.SharePoint.Client namespace