AuditException class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Office.Server.Auditing.AuditException

Namespace:  Microsoft.Office.Server.Auditing
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AuditException _
    Inherits Exception
'Usage
Dim instance As AuditException
[SerializableAttribute]
public class AuditException : 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

AuditException members

Microsoft.Office.Server.Auditing namespace