Table of Contents

Class ApiException<TResult>

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class ApiException<TResult> : ApiException, ISerializable

Type Parameters

TResult
Inheritance
ApiException<TResult>
Implements
Inherited Members

Constructors

ApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, TResult, Exception)

public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, TResult result, Exception innerException)

Parameters

message string
statusCode int
response string
headers IReadOnlyDictionary<string, IEnumerable<string>>
result TResult
innerException Exception

Properties

Result

public TResult Result { get; }

Property Value

TResult