Compartir a través de


(String, Exception) del constructor PropertyOrFieldNotInitializedException

Inicializa una nueva instancia de la clase PropertyOrFieldNotInitializedException con un mensaje de error especificado y una referencia a la excepción interna que produjo esta excepción.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)

Sintaxis

'Declaración
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

    El mensaje de error que explica el motivo de la excepción.

Vea también

Referencia

clase PropertyOrFieldNotInitializedException

Miembros PropertyOrFieldNotInitializedException

Sobrecarga PropertyOrFieldNotInitializedException

Espacio de nombres Microsoft.SharePoint.Client