Class ModelResponseException
public class ModelResponseException : Exception
- Inheritance
-
object
Exception
ModelResponseException
- Derived
-
Constructors
ModelResponseException(Api)
public ModelResponseException(Api api)
Parameters
api Api
ModelResponseException(Api, string)
public ModelResponseException(Api api, string message)
Parameters
api Api
message string
ModelResponseException(Api, string, Exception)
public ModelResponseException(Api api, string message, Exception innerException)
Parameters
api Api
message string
innerException Exception
Properties
Api
Property Value
- Api