April 2003
Beginner to intermediate
620 pages
21h 48m
English
EvaluateException
This exception is thrown when you specify a
DataColumn.Expression property that
can’t be evaluated. A related exception is
SyntaxErrorException.
public class EvaluateException : InvalidExpressionException { // Public Constructors public EvaluateException( ); public EvaluateException(strings); // Protected Constructors protected EvaluateException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
→
InvalidExpressionException
→
EvaluateException
Read now
Unlock full access