Class VssVolumeInUseException
Exception indicating that the volume was in use and could not be locked.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssVolumeInUseException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssVolumeInUseException()
Initializes a new instance of the VssVolumeInUseException class with a system-supplied message describing the error.
Declaration
public VssVolumeInUseException()
VssVolumeInUseException(String)
Initializes a new instance of the VssVolumeInUseException class with a specified error message.
Declaration
public VssVolumeInUseException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssVolumeInUseException(String, Exception)
Initializes a new instance of the VssVolumeInUseException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssVolumeInUseException(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. |