Class SqlSyntaxException
Represents an exception thrown for SQL syntax related errors.
Implements
Inherited Members
Namespace: Innovt.Data.Exceptions
Assembly: Innovt.Data.dll
Syntax
[Serializable]
public class SqlSyntaxException : BaseException, ISerializable
Constructors
| Edit this page View SourceSqlSyntaxException(string)
Initializes a new instance of the SqlSyntaxException class with the specified error message.
Declaration
public SqlSyntaxException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |