CirrusException
Overview
The CirrusException class is the default exception thrown when errors occur in api calls to the Cirrus api.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: Exception | CirrusException
Instance Methods
constructor
empty constructor
constructor
CirrusException()
init()
CirrusException()
Sub New()
constructor (String)
initialize this exception with a string
constructor(message: String)
CirrusException(String message)
init(_ message: String)
CirrusException(String message)
Sub New(message As String)
Parameters:
- message: exception message
initialize this exception with a string and inner exception
Parameters:
- message: exception message
- innerException: inner exception