Class VssWriterInfrastructureException
Exception thrown to indicate that the writer infrastructure is not operating properly.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssWriterInfrastructureException : VssWriterException, ISerializable, _Exception
Remarks
Check that the Event Service and VSS have been started, and check for errors associated with those services in the error log.
Constructors
| Improve this Doc View SourceVssWriterInfrastructureException()
Initializes a new instance of the VssWriterInfrastructureException class with a system-supplied message describing the error.
Declaration
public VssWriterInfrastructureException()
VssWriterInfrastructureException(String)
Initializes a new instance of the VssWriterInfrastructureException class with a specified error message.
Declaration
public VssWriterInfrastructureException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssWriterInfrastructureException(String, Exception)
Initializes a new instance of the VssWriterInfrastructureException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssWriterInfrastructureException(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. |