InactiveSourceQueriedException constructor (String, Exception)
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
strMessage As String, _
innerEx As Exception _
)
'Usage
Dim strMessage As String
Dim innerEx As Exception
Dim instance As New InactiveSourceQueriedException(strMessage, _
innerEx)
public InactiveSourceQueriedException(
string strMessage,
Exception innerEx
)
Parameters
- strMessage
Type: System.String
- innerEx
Type: System.Exception
See also
Reference
InactiveSourceQueriedException class
InactiveSourceQueriedException members