Class BufferPoolAllocationException
Implements
Inherited Members
Namespace: Akka.IO.Buffers
Assembly: Akka.dll
Syntax
public class BufferPoolAllocationException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceBufferPoolAllocationException(SerializationInfo, StreamingContext)
Initializes a new instance of the BufferPoolAllocationException class.
Declaration
protected BufferPoolAllocationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
BufferPoolAllocationException(String)
Declaration
public BufferPoolAllocationException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |