C# Class Blister.Conversion.InvalidMapKeyException

Raised when a BeatSaver map key is invalid
Inheritance: Exception
Show file Open project: lolPants/Blister

Public Properties

Property Type Description
Key string

Public Methods

Method Description
InvalidMapKeyException ( string key ) : System

Instantiate a new InvalidMapKeyException

Method Details

InvalidMapKeyException() public method

Instantiate a new InvalidMapKeyException
public InvalidMapKeyException ( string key ) : System
key string Invalid BeatSaver Key
return System

Property Details

Key public property

Invalid BeatSaver Key
public string Key
return string