DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexingException Class / IndexingException Constructor / IndexingException Constructor(String,Exception)
The string to display when the exception is thrown.
A reference to an inner exception.

In This Topic
    IndexingException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the IndexingException class with the specified string and inner exception.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String, _
       ByVal inner As Exception _
    )
    public IndexingException( 
       string message,
       Exception inner
    )

    Parameters

    message
    The string to display when the exception is thrown.
    inner
    A reference to an inner exception.
    See Also