AlreadyOnHoldException Class

Represents the exception that is thrown when an attempt is made to create an invalid Hold object.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.RecordsManagement.Holds.AlreadyOnHoldException

Namespace:  Microsoft.Office.RecordsManagement.Holds
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AlreadyOnHoldException _
    Inherits Exception
'Usage
Dim instance As AlreadyOnHoldException
[SerializableAttribute]
public sealed class AlreadyOnHoldException : Exception

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AlreadyOnHoldException Members

Microsoft.Office.RecordsManagement.Holds Namespace