C# Class TrainNotifier.Common.Model.Exceptions.TiplocNotFoundException

Inheritance: System.Exception
Mostrar archivo Open project: blueghostuk/trainnotifier-server

Public Methods

Method Description
TiplocNotFoundException ( ) : System
TiplocNotFoundException ( string message ) : System
TiplocNotFoundException ( string message, Exception inner ) : System

Method Details

TiplocNotFoundException() public method

public TiplocNotFoundException ( ) : System
return System

TiplocNotFoundException() public method

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

TiplocNotFoundException() public method

public TiplocNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
return System