C# 클래스 Terrarium.Game.OrganismAssemblyFailedValidationException

상속: OrganismBase.GameEngineException
파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

공개 메소드들

메소드 설명
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