Share via


ServerObjectNullReferenceException constructor (String, Exception)

Initializes a new instance of the ServerObjectNullReferenceException object.

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

Syntax

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

Dim instance As New ServerObjectNullReferenceException(message, _
    innerException)
public ServerObjectNullReferenceException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

ServerObjectNullReferenceException class

ServerObjectNullReferenceException members

ServerObjectNullReferenceException overload

Microsoft.SharePoint.Client namespace