C# Class PROJECTNAMESPACE.SqlErrorForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( InvalidSQLException exception, bool allowSkip ) : void
SetupGeneric ( Exception exception ) : void
SqlErrorForm ( ) : System

Method Details

Setup() public méthode

public Setup ( InvalidSQLException exception, bool allowSkip ) : void
exception InvalidSQLException
allowSkip bool
Résultat void

SetupGeneric() public méthode

public SetupGeneric ( Exception exception ) : void
exception System.Exception
Résultat void

SqlErrorForm() public méthode

public SqlErrorForm ( ) : System
Résultat System