Click or drag to resize

IQApiException Constructor

Overload List
  NameDescription
Public methodIQApiException
Create a new API Exception with a default message.
Public methodIQApiException(String)
Create a new API Exception with a user-defined message.
Protected methodIQApiException(SerializationInfo, StreamingContext)
Create a new API Exception from a serialized data stream.
Public methodIQApiException(String, Exception)
Create a new API Exception with a user-defined message which wraps a lower-level exception.
Top
See Also