Oracle 5.0 Reference Manual page 2044

Table of Contents

Advertisement

InnerException (inherited from Exception)
Message (inherited from Exception)
Number
Source (inherited from Exception)
StackTrace (inherited from Exception)
TargetSite (inherited from Exception)
Public Instance Methods
Equals (inherited from Object)
GetBaseException (inherited from Exception)
GetHashCode (inherited from Object)
GetObjectData (inherited from Exception)
GetType (inherited from Exception)
ToString (inherited from Exception)
See Also
MySqlException
20.2.7.1.6.1.1. Number Property
Gets a number that identifies the type of error.
Syntax: Visual Basic
Public ReadOnly Property Number As Integer
Syntax: C#
public int Number {get;}
See Also
MySqlException
20.2.7.1.7.
MySqlHelper
Helper class that makes it easier to work with the provider.
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Class
Gets the
Exceptioninstance
current exception.
Gets a message that describes the current
exception.
Gets a number that identifies the type of error.
This number corresponds to the error numbers
given in
Section C.3, "Server Error Codes and
Messages".
Gets or sets the name of the application or the
object that causes the error.
Gets a string representation of the frames on the
call stack at the time the current exception was
thrown.
Gets the method that throws the current
exception.
Determines whether the specified Object is equal
to the current Object.
When overridden in a derived class, returns the
Exception that is the root cause of one or more
subsequent exceptions.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
When overridden in a derived class, sets the
SerializationInfo with information about the
exception.
Gets the runtime type of the current instance.
Creates and returns a string representation of the
current exception.
2024
that caused the

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents