Class DeserializationException
- Namespace
- RestSharp
- Assembly
- RestSharp.dll
public class DeserializationException : Exception, ISerializable
- Inheritance
-
DeserializationException
- Implements
- Inherited Members
Constructors
DeserializationException(RestResponse, Exception)
public DeserializationException(RestResponse response, Exception innerException)
Parameters
response
RestResponseinnerException
Exception
Properties
Response
public RestResponse Response { get; }