Table of Contents

Class SqlParseException

Namespace
Utils.Data.Sql
Assembly
Utils.Data.dll

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

message string

The error message.

SqlParseException(string, Exception)

Initializes a new instance of the SqlParseException class.

public SqlParseException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.