C# Class Terraria.ModLoader.Exceptions.ModSortingException

Inheritance: System.Exception
Exibir arquivo Open project: JavidPack/TerraCustom

Public Properties

Property Type Description
errored ICollection

Public Methods

Method Description
ModSortingException ( ICollection errored, string message ) : System

Method Details

ModSortingException() public method

public ModSortingException ( ICollection errored, string message ) : System
errored ICollection
message string
return System

Property Details

errored public_oe property

public ICollection errored
return ICollection