Share via


DocumentRoutingFeatureNotActiveException Constructor (String, Exception)

Constructs an instance of a DocumentRoutingFeatureNotActiveException object.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.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 DocumentRoutingFeatureNotActiveException(message, _
    innerException)
public DocumentRoutingFeatureNotActiveException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

DocumentRoutingFeatureNotActiveException Class

DocumentRoutingFeatureNotActiveException Members

DocumentRoutingFeatureNotActiveException Overload

Microsoft.Office.RecordsManagement.RecordsRepository Namespace