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.StringA message describing the nature of the exception.
inner
Type: System.ExceptionThe inner exception that triggered the PluggableAccessCheckException exception.
See Also
Reference
PluggableAccessCheckException Class
PluggableAccessCheckException Members