C# Class PROJECTNAMESPACE.HandledSQLException

Inheritance: System.Exception
Mostra file Open project: nHydrate/nHydrate

Public Methods

Method Description
HandledSQLException ( ) : System
HandledSQLException ( string message ) : System
HandledSQLException ( string message, Exception innerException ) : System

Method Details

HandledSQLException() public method

public HandledSQLException ( ) : System
return System

HandledSQLException() public method

public HandledSQLException ( string message ) : System
message string
return System

HandledSQLException() public method

public HandledSQLException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System