[This is preliminary documentation and is subject to change.]
Translates an MPI error code into an appropriate exception, then throws that exception.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static Exception TranslateErrorIntoException( int errorCode ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function TranslateErrorIntoException ( _ errorCode As Integer _ ) As Exception |
| Visual C++ |
|---|
public: static Exception^ TranslateErrorIntoException( int errorCode ) |
Parameters
- errorCode
- Type: System..::.Int32
The MPI error code, returned from one of the Unsafe class's MPI routines.