ServerObjectNullReferenceException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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