C# Class Blister.Conversion.InvalidMapKeyException

Raised when a BeatSaver map key is invalid
Inheritance: Exception
Afficher le fichier Open project: lolPants/Blister

Méthodes publiques

Свойство Type Description
Key string

Méthodes publiques

Méthode Description
InvalidMapKeyException ( string key ) : System

Instantiate a new InvalidMapKeyException

Method Details

InvalidMapKeyException() public méthode

Instantiate a new InvalidMapKeyException
public InvalidMapKeyException ( string key ) : System
key string Invalid BeatSaver Key
Résultat System

Property Details

Key public_oe property

Invalid BeatSaver Key
public string Key
Résultat string