C# Class Terrarium.Game.OrganismAssemblyFailedValidationException

Inheritance: OrganismBase.GameEngineException
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Méthodes publiques

Méthode Description
GenerateExceptionFromXml ( string xmlFile ) : OrganismAssemblyFailedValidationException

Creates an assembly validation failure object from an XML file generated by the AsmCheck API that can be used to notify the user of multiple validation failures.

OrganismAssemblyFailedValidationException ( ) : System

Creates a default assembly validation failure. No special failure information is supplied.

OrganismAssemblyFailedValidationException ( string message ) : System

Creates an assembly validation failure given a special message to supply to the user.

Method Details

GenerateExceptionFromXml() public static méthode

Creates an assembly validation failure object from an XML file generated by the AsmCheck API that can be used to notify the user of multiple validation failures.
public static GenerateExceptionFromXml ( string xmlFile ) : OrganismAssemblyFailedValidationException
xmlFile string An XML file containing failures.
Résultat OrganismAssemblyFailedValidationException

OrganismAssemblyFailedValidationException() public méthode

Creates a default assembly validation failure. No special failure information is supplied.
public OrganismAssemblyFailedValidationException ( ) : System
Résultat System

OrganismAssemblyFailedValidationException() public méthode

Creates an assembly validation failure given a special message to supply to the user.
public OrganismAssemblyFailedValidationException ( string message ) : System
message string The message to supply to the user.
Résultat System