C# Class PROJECTNAMESPACE.SqlErrorForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
Setup ( InvalidSQLException exception, bool allowSkip ) : void
SetupGeneric ( Exception exception ) : void
SqlErrorForm ( ) : System

Method Details

Setup() public method

public Setup ( InvalidSQLException exception, bool allowSkip ) : void
exception InvalidSQLException
allowSkip bool
return void

SetupGeneric() public method

public SetupGeneric ( Exception exception ) : void
exception System.Exception
return void

SqlErrorForm() public method

public SqlErrorForm ( ) : System
return System