This is the base exception for parameter related erros.
Initializes a new instance of ParameterException.
public Void ParameterException(msg)
Name | Type | Summary |
---|---|---|
msg | String |
Initializes a new instance of ParameterException.
public Void ParameterException(msg, src)
Name | Type | Summary |
---|---|---|
msg | String | |
src | String |
Initializes a new instance of ParameterException.
public Void ParameterException(msg, src, inner)
Name | Type | Summary |
---|---|---|
msg | String | |
src | String | |
inner | Exception |
In this document