ServerObjectNullReferenceException Constructors

Definition

Overloads

ServerObjectNullReferenceException()
ServerObjectNullReferenceException(String)
ServerObjectNullReferenceException(String, Exception)

ServerObjectNullReferenceException()

public ServerObjectNullReferenceException ();
Public Sub New ()

Applies to

ServerObjectNullReferenceException(String)

public ServerObjectNullReferenceException (string message);
new Microsoft.SharePoint.Client.ServerObjectNullReferenceException : string -> Microsoft.SharePoint.Client.ServerObjectNullReferenceException
Public Sub New (message As String)

Parameters

message
String

Applies to

ServerObjectNullReferenceException(String, Exception)

public ServerObjectNullReferenceException (string message, Exception innerException);
new Microsoft.SharePoint.Client.ServerObjectNullReferenceException : string * Exception -> Microsoft.SharePoint.Client.ServerObjectNullReferenceException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to