Class VssUnexpectedWriterErrorException
Exception thrown to indicate that an unexpected error occurred during communication with writers.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssUnexpectedWriterErrorException : VssException, ISerializable, _Exception
Remarks
The error code is logged in the error log file.
Constructors
| Improve this Doc View SourceVssUnexpectedWriterErrorException()
Initializes a new instance of the VssUnexpectedWriterErrorException class with a system-supplied message describing the error.
Declaration
public VssUnexpectedWriterErrorException()
VssUnexpectedWriterErrorException(String)
Initializes a new instance of the VssUnexpectedWriterErrorException class with a specified error message.
Declaration
public VssUnexpectedWriterErrorException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssUnexpectedWriterErrorException(String, Exception)
Initializes a new instance of the VssUnexpectedWriterErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssUnexpectedWriterErrorException(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. |