IQApiException Constructor |
Name | Description | |
---|---|---|
![]() | IQApiException |
Create a new API Exception with a default message.
|
![]() | IQApiException(String) |
Create a new API Exception with a user-defined message.
|
![]() | IQApiException(SerializationInfo, StreamingContext) |
Create a new API Exception from a serialized data stream.
|
![]() | IQApiException(String, Exception) |
Create a new API Exception with a user-defined message which wraps a lower-level exception.
|