CloverConnector  4.0.5
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.CloverException Class Reference
Inheritance diagram for com.clover.sdk.v3.CloverException:

Public Member Functions

 CloverException ()
 
 CloverException (string message)
 
 CloverException (string message, Exception innerException)
 
 CloverException (string message, string code)
 
 CloverException (string message, string code, Exception innerException)
 

Properties

string Code = "" [get, set]
 Optional Clover error code when it exists Refer to Clover Inc. documentation such as github.com/clover/remote-pay-windows/wiki for error code details More...
 

Detailed Description

Definition at line 9 of file CloverException.cs.

Constructor & Destructor Documentation

◆ CloverException() [1/5]

com.clover.sdk.v3.CloverException.CloverException ( )

Definition at line 17 of file CloverException.cs.

◆ CloverException() [2/5]

com.clover.sdk.v3.CloverException.CloverException ( string  message)

Definition at line 18 of file CloverException.cs.

◆ CloverException() [3/5]

com.clover.sdk.v3.CloverException.CloverException ( string  message,
Exception  innerException 
)

Definition at line 19 of file CloverException.cs.

◆ CloverException() [4/5]

com.clover.sdk.v3.CloverException.CloverException ( string  message,
string  code 
)

Definition at line 20 of file CloverException.cs.

◆ CloverException() [5/5]

com.clover.sdk.v3.CloverException.CloverException ( string  message,
string  code,
Exception  innerException 
)

Definition at line 21 of file CloverException.cs.

Property Documentation

◆ Code

string com.clover.sdk.v3.CloverException.Code = ""
getset

Optional Clover error code when it exists Refer to Clover Inc. documentation such as github.com/clover/remote-pay-windows/wiki for error code details

Definition at line 15 of file CloverException.cs.


The documentation for this class was generated from the following file: