C# Class UniMob.UI.WrongStateTypeException

Inheritance: Exception
ファイルを表示 Open project: codewriter-packages/UniMob.UI

Public Methods

Method Description
WrongStateTypeException ( Type stateType, Type expectedWidgetType, Type actualWidgetType ) : System

Method Details

WrongStateTypeException() public method

public WrongStateTypeException ( Type stateType, Type expectedWidgetType, Type actualWidgetType ) : System
stateType Type
expectedWidgetType Type
actualWidgetType Type
return System