Generated by DocFX

Class ApiException<TResult>

Inheritance
System.Object
System.Exception
ApiException
ApiException<TResult>
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
ApiException.StatusCode
ApiException.Response
ApiException.Headers
ApiException.ToString()
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.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
System.String message
System.Int32 statusCode
System.String response
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers
TResult result
System.Exception innerException

Properties

| Improve this Doc View Source

Result

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

Implements

System.Runtime.Serialization.ISerializable