Class RestApiException<TResult>
Inheritance
RestApiException<TResult>
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class RestApiException<TResult> : RestApiException, ISerializable, _Exception
Type Parameters
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
Properties
Result
Declaration
public TResult Result { get; }
Property Value
Implements