PluggableAccessCheckException constructor (String, Exception)

Initializes a new instance of the PluggableAccessCheckException class.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

Dim instance As New PluggableAccessCheckException(message, _
    inner)
public PluggableAccessCheckException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: System.String

    A message describing the nature of the exception.

  • inner
    Type: System.Exception

    The inner exception that triggered the PluggableAccessCheckException exception.

See also

Reference

PluggableAccessCheckException class

PluggableAccessCheckException members

PluggableAccessCheckException overload

Microsoft.Office.Server.Search.Query namespace