Method IsErrorException
IsErrorException(string, string, string)
Tests whether the requested error is part of the validation exception list.
Declaration
public bool IsErrorException(string validationTest, string validationMessage, string packageVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| string | validationTest | Validation test display name |
| string | validationMessage | Error string, verbatim |
| string | packageVersion | Version of the package this exception is for. |
Returns
| Type | Description |
|---|---|
| bool | True if the error is part of the validation exception list. |
IsErrorException(string, string)
Tests whether a test class has been exceptioned completely with respect to errors.
Declaration
public bool IsErrorException(string validationTest, string packageVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| string | validationTest | Validation test display name |
| string | packageVersion | Version of the package this exception is for. |
Returns
| Type | Description |
|---|---|
| bool | True if the error is part of the validation exception list. |