Class VssResyncInProgressException
Exception thrown to indicate that another LUN resynchronization operation is already in progress.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssResyncInProgressException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssResyncInProgressException()
Initializes a new instance of the VssResyncInProgressException class.
Declaration
public VssResyncInProgressException()
VssResyncInProgressException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssResyncInProgressException class.
Declaration
protected VssResyncInProgressException(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). |
VssResyncInProgressException(String)
Initializes a new instance of the VssResyncInProgressException class.
Declaration
public VssResyncInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |
VssResyncInProgressException(String, Exception)
Initializes a new instance of the VssResyncInProgressException class.
Declaration
public VssResyncInProgressException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |
Exception | inner | The inner. |