Oracle 5.0 Reference Manual page 1979

Table of Contents

Advertisement

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)
Protected Instance Methods
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)
See Also
MySqlError
Class,
20.2.7.1.4.1.1.3.1.1.16.1.1.1.2.1.1.1.
Syntax: Visual Basic
Public Sub New( _
ByVal level As String, _
ByVal code As Integer, _
ByVal message As String _
)
Syntax: C#
public MySqlError(
stringlevel,
intcode,
stringmessage
);
Parameters
• level:
• code:
• message:
See Also
MySqlError
Class,
20.2.7.1.4.1.1.3.1.1.16.1.1.1.2.1.1.2. Code Property
Error code
Syntax: Visual Basic
Public ReadOnly Property Code As Integer
Syntax: C#
public int Code {get;}
Connector/Net API Reference
MySql.Data.MySqlClient Namespace
Constructor
MySqlError
MySql.Data.MySqlClient Namespace
Determines whether the specified Object is equal
to the current Object.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
Gets the Type of the current instance.
Returns a String that represents the current
Object.
Allows an Object to attempt to free resources
and perform other cleanup operations before the
Object is reclaimed by garbage collection.
Creates a shallow copy of the current Object.
1959

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents