April 2003
Beginner to intermediate
620 pages
21h 48m
English
InvalidExpressionException
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(strings); // Protected Constructors protected InvalidExpressionException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
→
InvalidExpressionException
EvaluateException, SyntaxErrorException
Read now
Unlock full access