Class VssNonRetryableWriterException
Exception indicating that the writer operation failed because of an error that might recur if another shadow copy is created. For more information, see Event and Error Handling Under VSS.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssNonRetryableWriterException : VssWriterException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssNonRetryableWriterException()
Initializes a new instance of the VssNonRetryableWriterException class.
Declaration
public VssNonRetryableWriterException()
VssNonRetryableWriterException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssNonRetryableWriterException class.
Declaration
protected VssNonRetryableWriterException(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). |
VssNonRetryableWriterException(String)
Initializes a new instance of the VssNonRetryableWriterException class.
Declaration
public VssNonRetryableWriterException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssNonRetryableWriterException(String, Exception)
Initializes a new instance of the VssNonRetryableWriterException class.
Declaration
public VssNonRetryableWriterException(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. |