RecursiveSaveException 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
| RecursiveSaveException() |
Initializes a new instance of the RecursiveSaveException class. |
| RecursiveSaveException(String) |
Initializes a new instance of the RecursiveSaveException class. |
RecursiveSaveException()
Initializes a new instance of the RecursiveSaveException class.
public RecursiveSaveException();
Public Sub New ()
Applies to
RecursiveSaveException(String)
Initializes a new instance of the RecursiveSaveException class.
public RecursiveSaveException(string moniker);
new Microsoft.VisualStudio.Shell.RecursiveSaveException : string -> Microsoft.VisualStudio.Shell.RecursiveSaveException
Public Sub New (moniker As String)
Parameters
- moniker
- String
The moniker of the file to be saved.