Sage Intacct SDK for .NET
Intacct.SDK.Exceptions.ResponseException Class Reference
Inheritance diagram for Intacct.SDK.Exceptions.ResponseException:
Intacct.SDK.Exceptions.ResultException

Public Member Functions

 ResponseException ()
 
 ResponseException (string message)
 
 ResponseException (string message, List< string > errors)
 
 ResponseException (string message, List< string > errors, Exception innerException)
 

Properties

List< string > Errors [get, protected set]
 

Constructor & Destructor Documentation

◆ ResponseException() [1/4]

Intacct.SDK.Exceptions.ResponseException.ResponseException ( )
inline

◆ ResponseException() [2/4]

Intacct.SDK.Exceptions.ResponseException.ResponseException ( string  message)
inline

◆ ResponseException() [3/4]

Intacct.SDK.Exceptions.ResponseException.ResponseException ( string  message,
List< string >  errors 
)
inline

◆ ResponseException() [4/4]

Intacct.SDK.Exceptions.ResponseException.ResponseException ( string  message,
List< string >  errors,
Exception  innerException 
)
inline

Property Documentation

◆ Errors

List<string> Intacct.SDK.Exceptions.ResponseException.Errors
getprotected set