C# Class Glare.Assets.AssetLoadError.InvalidData

Invalid data were encountered.
Inheritance: AssetLoadError
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
InvalidData ( AssetLoader info, long offset, string expected, string received ) : System

Initialise the error.

Method Details

InvalidData() public method

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