C# Class Glare.Assets.AssetLoadError.InvalidData

Invalid data were encountered.
Inheritance: AssetLoadError
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
InvalidData ( AssetLoader info, long offset, string expected, string received ) : System

Initialise the error.

Method Details

InvalidData() public méthode

Initialise the error.
public InvalidData ( AssetLoader info, long offset, string expected, string received ) : System
info AssetLoader
offset long
expected string
received string
Résultat System