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

Public Member Functions

 ResultException ()
 
 ResultException (string message)
 
 ResultException (string message, List< string > errors)
 
 ResultException (string message, List< string > errors, Exception innerException)
 
- Public Member Functions inherited from Intacct.SDK.Exceptions.ResponseException
 ResponseException ()
 
 ResponseException (string message)
 
 ResponseException (string message, List< string > errors)
 
 ResponseException (string message, List< string > errors, Exception innerException)
 

Additional Inherited Members

- Properties inherited from Intacct.SDK.Exceptions.ResponseException
List< string > Errors [get, protected set]
 

Constructor & Destructor Documentation

◆ ResultException() [1/4]

Intacct.SDK.Exceptions.ResultException.ResultException ( )
inline

◆ ResultException() [2/4]

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

◆ ResultException() [3/4]

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

◆ ResultException() [4/4]

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