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, 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
Properties
Result
Declaration
public TResult Result { get; }
Property Value
Implements