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
- message
Type: System.String
- innerException
Type: System.Exception
See also
Reference
ServerObjectNullReferenceException class
ServerObjectNullReferenceException members