Flow.Net
Show / Hide Table of Contents

Class ApiException

Inheritance
Object
Exception
ApiException
ApiException<TResult>
Implements
ISerializable
Inherited Members
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 : Exception, ISerializable

Constructors

| Improve this Doc View Source

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

Declaration
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
Parameters
Type Name Description
String message
Int32 statusCode
String response
IReadOnlyDictionary<String, IEnumerable<String>> headers
Exception innerException

Properties

| Improve this Doc View Source

Headers

Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Type Description
IReadOnlyDictionary<String, IEnumerable<String>>
| Improve this Doc View Source

Response

Declaration
public string Response { get; }
Property Value
Type Description
String
| Improve this Doc View Source

StatusCode

Declaration
public int StatusCode { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Exception.ToString()

Implements

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