System.Data.SyntaxErrorException
namespace System.Data
{
public class SyntaxErrorException : InvalidExpressionException
{
public SyntaxErrorException();
protected SyntaxErrorException(SerializationInfo info, StreamingContext context);
public SyntaxErrorException(string s);
public SyntaxErrorException(string message, Exception innerException);
}
}