this exception is raised when a response buffer sent to a session is insufficent. More...
Inherits Intel.Dal.JhiException.
Public Member Functions |
|
JhiInsufficientBufferException (string message, uint ret, uint required_size) | |
a defualt constructor for this class More... | |
![]() |
|
JhiException () | |
defualt constructor More... | |
JhiException (string message) | |
constructor overload More... | |
JhiException (string message, uint ret) | |
constructor overload More... | |
JhiException (string message, Exception inner) | |
constructor overload More... | |
JhiException (string message, uint ret, Exception inner) | |
constructor overload More... | |
override string | ToString () |
convert the exception to string More... | |
Properties |
|
uint |
Required_size [get] |
the buffer size required More... | |
![]() |
|
JHI_ERROR_CODE |
JhiRet [get] |
the error code More... | |
Additional Inherited Members |
|
![]() |
|
JhiException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
constructor overload More... | |
Detailed Description
this exception is raised when a response buffer sent to a session is insufficent.
Constructor & Destructor Documentation
Intel.Dal.JhiInsufficientBufferException.JhiInsufficientBufferException | ( | string | message, |
uint | ret, | ||
uint | required_size | ||
) |
a defualt constructor for this class
- Parameters
-
message the message ret the error code value required_size the size required for the response buffer
Property Documentation
|
get |
the buffer size required