Bexel Manager API Documentation
|
The exception that is thrown when one of the arguments provided to a method is not valid More...
Public Member Functions | |
InvalidApiArgumentException (string message, Exception innerException) | |
InvalidApiArgumentException (string message, string paramName, object paramValue) | |
InvalidApiArgumentException (string message, string paramName, object paramValue, Exception innerException) | |
Public Member Functions inherited from Bexel.Api.ApiException | |
ApiException (string message, Exception innerException=null) | |
Properties | |
string | ParamName [get] |
Name of the parameter. More... | |
object | ParamValue [get] |
Value of the parameter. More... | |
override string | Message [get] |
The exception that is thrown when one of the arguments provided to a method is not valid
|
get |
Name of the parameter.
|
get |
Value of the parameter.