Class VssTransactionFreezeTimeoutException
Exception thrown to indicate that the system was unable to freeze the Distributed Transaction Coordinator (DTC) or the Kernel Transaction Manager (KTM).
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssTransactionFreezeTimeoutException : VssException, ISerializable, _Exception
Remarks
note
Windows Server 2003 and Windows XP: This exception is not supported until Windows Vista.
Constructors
| Improve this Doc View SourceVssTransactionFreezeTimeoutException()
Initializes a new instance of the VssTransactionFreezeTimeoutException class with a system-supplied message describing the error.
Declaration
public VssTransactionFreezeTimeoutException()
VssTransactionFreezeTimeoutException(String)
Initializes a new instance of the VssTransactionFreezeTimeoutException class with a specified error message.
Declaration
public VssTransactionFreezeTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssTransactionFreezeTimeoutException(String, Exception)
Initializes a new instance of the VssTransactionFreezeTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssTransactionFreezeTimeoutException(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. |