Method Check
View SourceCheck(IppStatus)
Checks the IPP status code and raises an IppException if the code represents an error.
Declaration
public static void Check(IppStatus status)
Parameters
| Type | Name | Description |
|---|---|---|
| CSIntel.Ipp.IppStatus | status | The status code. |
Exceptions
| Type | Condition |
|---|---|
| IppException |
|