InvalidMappingException constructor (String, Exception)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.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 InvalidMappingException(message, _
innerException)
public InvalidMappingException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
See also
Reference
InvalidMappingException members