Show / Hide Table of Contents

Class RestApiException<TResult>

Inheritance
object
Exception
RestApiException
RestApiException<TResult>
Implements
ISerializable
_Exception
Inherited Members
RestApiException.StatusCode
RestApiException.Response
RestApiException.Headers
RestApiException.ToString()
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Repository.Client
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class RestApiException<TResult> : RestApiException, ISerializable, _Exception
Type Parameters
Name Description
TResult

Constructors

RestApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception)

Declaration
public RestApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
Type Name Description
string message
int statusCode
string response
IReadOnlyDictionary<string, IEnumerable<string>> headers
TResult result
Exception innerException

Properties

Result

Declaration
public TResult Result { get; }
Property Value
Type Description
TResult

Implements

ISerializable
_Exception
In this article
Back to top Generated by DocFX