Bexel Manager API
Bexel.Api.InvalidApiArgumentException Class Reference

The exception that is thrown when one of the arguments provided to a method is not valid More...

Inheritance diagram for Bexel.Api.InvalidApiArgumentException:
Bexel.Api.ApiException

Properties

string ParamName [get]
 Name of the parameter. More...
 
object ParamValue [get]
 Value of the parameter. More...
 

Additional Inherited Members

- Public Member Functions inherited from Bexel.Api.ApiException
 ApiException (string message, Exception innerException=null)
 

Detailed Description

The exception that is thrown when one of the arguments provided to a method is not valid

Property Documentation

◆ ParamName

string Bexel.Api.InvalidApiArgumentException.ParamName
get

Name of the parameter.

◆ ParamValue

object Bexel.Api.InvalidApiArgumentException.ParamValue
get

Value of the parameter.