this exception is raised by JHI when a call to a JHI API failes More...
Inherits Exception.
Inherited by Intel.Dal.JhiInsufficientBufferException.
Public Member Functions |
|
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... | |
Protected Member Functions |
|
JhiException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
constructor overload More... | |
Properties |
|
JHI_ERROR_CODE |
JhiRet [get] |
the error code More... | |
Detailed Description
this exception is raised by JHI when a call to a JHI API failes
Constructor & Destructor Documentation
Intel.Dal.JhiException.JhiException | ( | ) |
defualt constructor
Intel.Dal.JhiException.JhiException | ( | string | message) |
constructor overload
- Parameters
-
message exception message
Intel.Dal.JhiException.JhiException | ( | string | message, |
uint | ret | ||
) |
constructor overload
- Parameters
-
message exception message ret the error code
Intel.Dal.JhiException.JhiException | ( | string | message, |
Exception | inner | ||
) |
constructor overload
- Parameters
-
message exception message inner inner exception
Intel.Dal.JhiException.JhiException | ( | string | message, |
uint | ret, | ||
Exception | inner | ||
) |
constructor overload
- Parameters
-
message exception message ret the error code inner inner exception
|
protected |
constructor overload
- Parameters
-
info context
Member Function Documentation
override string Intel.Dal.JhiException.ToString | ( | ) |
convert the exception to string
- Returns
- the string
Property Documentation
|
get |
the error code