C# Class MA.Limits.LimitsDomain.LimitDoesNotExistException

Inheritance: System.Exception
Exibir arquivo Open project: redips789/MAprojektas

Public Methods

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

Method Details

LimitDoesNotExistException() public method

public LimitDoesNotExistException ( ) : System
return System

LimitDoesNotExistException() public method

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

LimitDoesNotExistException() public method

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