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

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

    Parameters

    message
    The string to display when the exception is thrown.
    See Also