C# Класс Terrarium.Game.OrganismAssemblyFailedValidationException

Наследование: OrganismBase.GameEngineException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GenerateExceptionFromXml() публичный статический Метод

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.
Результат OrganismAssemblyFailedValidationException

OrganismAssemblyFailedValidationException() публичный Метод

Creates a default assembly validation failure. No special failure information is supplied.
public OrganismAssemblyFailedValidationException ( ) : System
Результат System

OrganismAssemblyFailedValidationException() публичный Метод

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.
Результат System