Method | Description | |
---|---|---|
GenerateExceptionFromXml ( string xmlFile ) : |
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.
|
public static GenerateExceptionFromXml ( string xmlFile ) : |
||
xmlFile | string | An XML file containing failures. |
return |
public OrganismAssemblyFailedValidationException ( ) : System | ||
return | System |
public OrganismAssemblyFailedValidationException ( string message ) : System | ||
message | string | The message to supply to the user. |
return | System |