Initializes a new instance of the IndexingException class with the specified string and inner exception.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public IndexingException( string message, Exception inner ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
Parameters
- message
- Type: System..::..String
The string to display when the exception is thrown.
- inner
- Type: System..::..Exception
A reference to an inner exception.