C# Class Tiraggo.Interfaces.tgConcurrencyException

Inheritance: tgException
Show file Open project: BrewDawg/Tiraggo

Public Methods

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

Method Details

tgConcurrencyException() public method

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

tgConcurrencyException() public method

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