C# Class Tiraggo.Interfaces.tgException

Acts as a base class for EntitySpaces exceptions. EntitySpaces itself throws very few exceptions however. See tgConcurrencyException
Inheritance: System.Exception
Show file Open project: BrewDawg/Tiraggo

Public Methods

Method Description
tgException ( string message ) : System

Constructor

tgException ( string message, Exception innerException ) : System

Alternate Connstructor

Method Details

tgException() public method

Constructor
public tgException ( string message ) : System
message string The text of the exception.
return System

tgException() public method

Alternate Connstructor
public tgException ( string message, Exception innerException ) : System
message string The text of the exception.
innerException System.Exception The exception we are wrapping
return System