Class VssLegacyProviderException
Exception indicating that this version of the hardware provider does not support this operation.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssLegacyProviderException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssLegacyProviderException()
Initializes a new instance of the VssLegacyProviderException class.
Declaration
public VssLegacyProviderException()
VssLegacyProviderException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssLegacyProviderException class.
Declaration
protected VssLegacyProviderException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The |
SerializationException | The class name is null or HResult is zero (0). |
VssLegacyProviderException(String)
Initializes a new instance of the VssLegacyProviderException class.
Declaration
public VssLegacyProviderException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssLegacyProviderException(String, Exception)
Initializes a new instance of the VssLegacyProviderException class.
Declaration
public VssLegacyProviderException(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. |