CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.InvalidQueryException Class Reference
Inheritance diagram for Csla.Core.InvalidQueryException:

Public Member Functions

 InvalidQueryException (string message)
 

Properties

override string Message [get]
 

Detailed Description

Definition at line 13 of file InvalidQueryExpression.cs.

Constructor & Destructor Documentation

◆ InvalidQueryException()

Csla.Core.InvalidQueryException.InvalidQueryException ( string  message)

Definition at line 17 of file InvalidQueryExpression.cs.

Property Documentation

◆ Message

override string Csla.Core.InvalidQueryException.Message
get

Definition at line 22 of file InvalidQueryExpression.cs.