Method CheckValidationExceptions
CheckValidationExceptions(string)
Checks the validity of the validation exception list.
Declaration
public IEnumerable<string> CheckValidationExceptions(string packageVersion)Parameters
| Type | Name | Description | 
|---|---|---|
| string | packageVersion | Package version used for comparison. | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<string> | Returns a list of issues found with the exception list. That list will be empty when no issues are found. |