C# Class GeometryDashAPI.Exceptions.BlockLoadException

Inheritance: Exception
Afficher le fichier Open project: Folleach/GeometryDashAPI

Méthodes publiques

Свойство Type Description
BlockData string[]

Méthodes publiques

Méthode Description
BlockLoadException ( int id, Array data ) : System
BlockLoadException ( string message ) : System
BlockLoadException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
BlockLoadException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BlockLoadException() protected méthode

protected BlockLoadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

BlockLoadException() public méthode

public BlockLoadException ( int id, Array data ) : System
id int
data Array
Résultat System

BlockLoadException() public méthode

public BlockLoadException ( string message ) : System
message string
Résultat System

BlockLoadException() public méthode

public BlockLoadException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

Property Details

BlockData public_oe property

public string[] BlockData
Résultat string[]