InvalidExpressionException serializable

InvalidExpressionException serializable

System.Data (system.data.dll) class

This exception occurs when you try to set an invalid SQL expression for the DataColumn.Expression property. The exception description may indicate more information about the problem.

 public class  InvalidExpressionException  : DataException {  // Public Constructors  public  InvalidExpressionException  (  );      public  InvalidExpressionException  ( string   s   );  // Protected Constructors  protected  InvalidExpressionException  (System.Runtime.Serialization.SerializationInfo   info   ,         System.Runtime.Serialization.StreamingContext   context   ); } 

Hierarchy

System.Object figs/u2192.gif System.Exception(System.Runtime.Serialization.ISerializable) figs/u2192.gif System.SystemException figs/u2192.gif DataException figs/u2192.gif InvalidExpressionException

Subclasses

EvaluateException , SyntaxErrorException



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net