C# Class GeometryDashAPI.Exceptions.BlockLoadException

Inheritance: Exception
Mostrar archivo Open project: Folleach/GeometryDashAPI

Public Properties

Property Type Description
BlockData string[]

Public Methods

Method Description
BlockLoadException ( int id, Array data ) : System
BlockLoadException ( string message ) : System
BlockLoadException ( string message, Exception innerException ) : System

Protected Methods

Method Description
BlockLoadException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BlockLoadException() protected method

protected BlockLoadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

BlockLoadException() public method

public BlockLoadException ( int id, Array data ) : System
id int
data Array
return System

BlockLoadException() public method

public BlockLoadException ( string message ) : System
message string
return System

BlockLoadException() public method

public BlockLoadException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

Property Details

BlockData public_oe property

public string[] BlockData
return string[]