Class VssVolumeNotSupportedException
Exception thrown to indicate that the volume does not support the requested operation, or that no provider supports it.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssVolumeNotSupportedException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssVolumeNotSupportedException()
Initializes a new instance of the VssVolumeNotSupportedException class with a system-supplied message describing the error.
Declaration
public VssVolumeNotSupportedException()
VssVolumeNotSupportedException(String)
Initializes a new instance of the VssVolumeNotSupportedException class with a specified error message.
Declaration
public VssVolumeNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssVolumeNotSupportedException(String, Exception)
Initializes a new instance of the VssVolumeNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssVolumeNotSupportedException(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. |