Share via


AuditException constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New AuditException(message, _
    innerException)
public AuditException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

AuditException class

AuditException members

AuditException overload

Microsoft.Office.Server.Auditing namespace