Class VssWriterStatusNotAvailableException
Exception indicating that the writer status is not available for one or more writers. A writer may have reached the maximum number of available backup and restore sessions.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssWriterStatusNotAvailableException : VssWriterException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssWriterStatusNotAvailableException()
Initializes a new instance of the VssWriterStatusNotAvailableException class.
Declaration
public VssWriterStatusNotAvailableException()
VssWriterStatusNotAvailableException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssWriterStatusNotAvailableException class.
Declaration
protected VssWriterStatusNotAvailableException(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). |
VssWriterStatusNotAvailableException(String)
Initializes a new instance of the VssWriterStatusNotAvailableException class.
Declaration
public VssWriterStatusNotAvailableException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssWriterStatusNotAvailableException(String, Exception)
Initializes a new instance of the VssWriterStatusNotAvailableException class.
Declaration
public VssWriterStatusNotAvailableException(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. |