[This is preliminary documentation and is subject to change.]
Create a new exception stating that a received message has been truncated.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public MessageTruncatedException( string message ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: MessageTruncatedException( String^ message ) |
Parameters
- message
- Type: System..::.String
The message associated with this exception.