DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / QueryOptimizationException Class / QueryOptimizationException Constructor / QueryOptimizationException Constructor(String,Exception)
The string to display when the exception is thrown.
Gets the Exception instance that caused the current exception.

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

    Parameters

    message
    The string to display when the exception is thrown.
    inner
    Gets the Exception instance that caused the current exception.
    See Also