CollectionNotInitializedException 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
CollectionNotInitializedException() | |
CollectionNotInitializedException(String) | |
CollectionNotInitializedException(String, Exception) |
CollectionNotInitializedException()
public CollectionNotInitializedException ();
Public Sub New ()
Applies to
CollectionNotInitializedException(String)
public CollectionNotInitializedException (string message);
new Microsoft.SharePoint.Client.CollectionNotInitializedException : string -> Microsoft.SharePoint.Client.CollectionNotInitializedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CollectionNotInitializedException(String, Exception)
public CollectionNotInitializedException (string message, Exception innerException);
new Microsoft.SharePoint.Client.CollectionNotInitializedException : string * Exception -> Microsoft.SharePoint.Client.CollectionNotInitializedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception