Oracle 5.0 Reference Manual page 2057

Table of Contents

Advertisement

ToString (inherited from Exception)
Protected Instance Properties
HResult (inherited from Exception)
Protected Instance Methods
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)
See Also
MySqlConversionException
20.2.7.2.2.1.1.
MySqlConversionException
Syntax: Visual Basic
Public Sub New( _
ByVal msg As String _
)
Syntax: C#
public MySqlConversionException(
stringmsg
);
See Also
MySqlConversionException
20.2.7.2.3.
MySqlDateTime
Summary description for MySqlDateTime.
For a list of all members of this type, see
Syntax: Visual Basic
Public Class MySqlDateTime_
Inherits MySqlValue_
Implements IConvertible, IComparable
Syntax: C#
public class MySqlDateTime : MySqlValue, IConvertible, IComparable
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
Connector/Net API Reference
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class
MySql.Data.Types
Creates and returns a string representation of the
current exception.
Gets or sets HRESULT, a coded numeric value
that is assigned to a specific exception.
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.
Constructor
MySqlDateTime Members
2037
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents