C# Class MySql.Data.MySqlClient.DbException

Inheritance: System.Runtime.InteropServices.ExternalException
Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
DbException ( ) : System
DbException ( string message ) : System
DbException ( string message, Exception innerException ) : System
DbException ( string message, int errorCode ) : System

Method Details

DbException() public méthode

public DbException ( ) : System
Résultat System

DbException() public méthode

public DbException ( string message ) : System
message string
Résultat System

DbException() public méthode

public DbException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

DbException() public méthode

public DbException ( string message, int errorCode ) : System
message string
errorCode int
Résultat System