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, Int32, 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
Int32 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

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
In This Article
Back to top Generated by DocFX