Bexel Manager API Documentation
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 Exception

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]
 

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.