Show / Hide Table of Contents

Class QarnotApiException

Represents errors that occur during an Api request.

Inheritance
object
Exception
QarnotApiException
QarnotApiResourceAlreadyExistsException
QarnotApiResourceNotFoundException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QarnotApiException : Exception, ISerializable, _Exception

Properties

DebugHelper

Could contain extra information to help debugging.

Declaration
public virtual object DebugHelper { get; }
Property Value
Type Description
object

Implements

ISerializable
_Exception
In this article
Back to top Generated by DocFX