![]() |
Image Generator SDK
4.24.0
The Image Generator SDK provides a library to generate QR codes and CrontoSign images
|
Main class for Image Generator SDK exception More...
Inherits Exception.
Public Member Functions | |
ImageGeneratorSDKException (int errorCode, Exception cause) | |
Constructs an exception with this error code and its main cause More... | |
ImageGeneratorSDKException (int errorCode) | |
Constructor for setting exception with this error code More... | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
Sets alternate information about exception https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.iserializable.getobjectdata?view=netcore-3.1 More... | |
Protected Member Functions | |
ImageGeneratorSDKException (SerializationInfo info, StreamingContext context) | |
Creates instance of exception by using SerializationInfo and StreamingContext More... | |
Properties | |
int | ErrorCode [get] |
Error code returned by the Image Generator SDK More... | |
Exception | Cause [get] |
Base exception More... | |
override string | Message [get] |
| |
Main class for Image Generator SDK exception
ImageGeneratorSDKException | ( | int | errorCode, |
Exception | cause | ||
) |
Constructs an exception with this error code and its main cause
errorCode | The error code |
cause | The main cause of the exception |
ImageGeneratorSDKException | ( | int | errorCode | ) |
Constructor for setting exception with this error code
errorCode | The error code |
|
protected |
Creates instance of exception by using SerializationInfo and StreamingContext
info | |
context |
override void GetObjectData | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Sets alternate information about exception https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.iserializable.getobjectdata?view=netcore-3.1
info | |
context |
|
get |
Base exception
|
get |
Error code returned by the Image Generator SDK
|
get |