ObjectNotFoundException constructor (String, Exception)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New ObjectNotFoundException(message, _
innerException)
public ObjectNotFoundException(
string message,
Exception innerException
)
Parâmetros
- message
Type: System.String
- innerException
Type: System.Exception
Ver também
Referência
ObjectNotFoundException members