ComponentOne Data Source for Entity Framework
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 System.String, _
       ByVal inner As System.Exception _
    )
    public QueryOptimizationException( 
       System.string message,
       System.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