C# Class CnrsUniProv.OCodeHtm.Exceptions.HtmRuleException

Inheritance: HtmException
Datei anzeigen Open project: neural5torm/OCodeHtm

Public Methods

Method Description
HtmRuleException ( string message, object from ) : System
HtmRuleException ( string message, object from, Exception innerException ) : System

Method Details

HtmRuleException() public method

public HtmRuleException ( string message, object from ) : System
message string
from object
return System

HtmRuleException() public method

public HtmRuleException ( string message, object from, Exception innerException ) : System
message string
from object
innerException System.Exception
return System