Class ApiException<TResult>
Inheritance
ApiException<TResult>
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
Constructors
Declaration
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)
Parameters
Properties
Declaration
public TResult Result { get; }
Property Value