Volume Control
Application-specific hotkeys for Windows
VolumeControl.Core.Input.Exceptions.InvalidActionSettingValueTypeException Class Reference

Represents type errors that occur from the ActionSettingInstance<T> class. More...

Inheritance diagram for VolumeControl.Core.Input.Exceptions.InvalidActionSettingValueTypeException:
Collaboration diagram for VolumeControl.Core.Input.Exceptions.InvalidActionSettingValueTypeException:

Properties

Type? ActualType [get]
 Gets the invalid type that caused this exception to be thrown. More...
 
Type? ExpectedType [get]
 Gets the type that was expected. More...
 

Detailed Description

Represents type errors that occur from the ActionSettingInstance<T> class.

Property Documentation

◆ ActualType

Type? VolumeControl.Core.Input.Exceptions.InvalidActionSettingValueTypeException.ActualType
get

Gets the invalid type that caused this exception to be thrown.

◆ ExpectedType

Type? VolumeControl.Core.Input.Exceptions.InvalidActionSettingValueTypeException.ExpectedType
get

Gets the type that was expected.


The documentation for this class was generated from the following file: