Table of Contents

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 RestResponse
innerException Exception

Properties

Response

public RestResponse Response { get; }

Property Value

RestResponse