C# Class Selene.Backend.OverrideException

Inheritance: System.Exception
Mostrar archivo Open project: TobiasKappe/Selene

Public Methods

Method Description
OverrideException ( Control Orig, ControlType Default, ControlType Supported ) : System
OverrideException ( Type Target, ControlType Fault, ControlType Default ) : System

Private Methods

Method Description
BuildMessage ( Type Target, ControlType Fault, ControlType Default, ControlType Supported ) : string

Method Details

OverrideException() public method

public OverrideException ( Control Orig, ControlType Default, ControlType Supported ) : System
Orig Control
Default ControlType
Supported ControlType
return System

OverrideException() public method

public OverrideException ( Type Target, ControlType Fault, ControlType Default ) : System
Target Type
Fault ControlType
Default ControlType
return System