Class SqlParseException
Represents errors that occur during SQL parsing.
public sealed class SqlParseException : Exception, ISerializable
- Inheritance
-
SqlParseException
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlParseException()
Initializes a new instance of the SqlParseException class.
public SqlParseException()
SqlParseException(string)
Initializes a new instance of the SqlParseException class.
public SqlParseException(string message)
Parameters
messagestringThe error message.
SqlParseException(string, Exception)
Initializes a new instance of the SqlParseException class.
public SqlParseException(string message, Exception innerException)