Share via


PropertyOrFieldNotInitializedException constructor (String)

Initializes a new instance of the PropertyOrFieldNotInitializedException class with a specified error message.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New PropertyOrFieldNotInitializedException(message)
public PropertyOrFieldNotInitializedException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

PropertyOrFieldNotInitializedException class

PropertyOrFieldNotInitializedException members

PropertyOrFieldNotInitializedException overload

Microsoft.SharePoint.Client namespace