An exception thrown when an MPI message has been truncated on receive.
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class MessageTruncatedException : Exception |
| Visual Basic (Declaration) |
|---|
Public Class MessageTruncatedException _
Inherits Exception |
| Visual C++ |
|---|
public ref class MessageTruncatedException : public Exception |
Inheritance Hierarchy
See Also