C# Class Tiraggo.DynamicQuery.tgConcurrencyException

Inheritance: tgException
Datei anzeigen Open project: BrewDawg/Tiraggo.EF Class Usage Examples

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