DbError

Represents an error or informational message from a database engine.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

DbError

Default constructor

Signature:
public Void DbError()

Properties

LineNumber

Number of the line where the error was produced.

Signature:
public Int32 LineNumber { get; set; }

Message

Error or message text.

Signature:
public String Message { get; set; }

Number

Error or message number.

Signature:
public Int32 Number { get; set; }