Class VssRebootRequiredException
Exception thrown to indicate that the provider encountered an error that requires the user to restart the computer.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssRebootRequiredException : VssException, ISerializable, _Exception
Remarks
note
Windows Server 2003 and Windows XP:This exception is not supported until Windows Vista.
Constructors
| Improve this Doc View SourceVssRebootRequiredException()
Initializes a new instance of the VssRebootRequiredException class with a system-supplied message describing the error.
Declaration
public VssRebootRequiredException()
VssRebootRequiredException(String)
Initializes a new instance of the VssRebootRequiredException class with a specified error message.
Declaration
public VssRebootRequiredException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssRebootRequiredException(String, Exception)
Initializes a new instance of the VssRebootRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssRebootRequiredException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
Exception | innerException | The exception that is the cause of the current exception. |