Flow.Net
Show / Hide Table of Contents

Class ApiException<TResult>

Inheritance
Object
Exception
ApiException
ApiException<TResult>
Implements
ISerializable
Inherited Members
ApiException.StatusCode
ApiException.Response
ApiException.Headers
ApiException.ToString()
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
Name Description
TResult

Constructors

| Improve this Doc View Source

ApiException(String, Int32, String, IReadOnlyDictionary<String, IEnumerable<String>>, TResult, Exception)

Declaration
public ApiException(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

| Improve this Doc View Source

Result

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

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX