Class ApiException<TResult>
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Algorand
Assembly: Algorand.dll
Syntax
public class ApiException<TResult> : ApiException, ISerializable
Type Parameters
Name | Description |
---|---|
TResult |
Constructors
| Improve this Doc View SourceApiException(string, int, 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 | |
int | statusCode | |
string | response | |
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, System.Collections.Generic.IEnumerable<T><string>> | headers | |
TResult | result | |
System.Exception | innerException |
Properties
| Improve this Doc View SourceResult
Declaration
public TResult Result { get; }
Property Value
Type | Description |
---|---|
TResult |
Implements
System.Runtime.Serialization.ISerializable