ApiException<TResult>¶
Namespace: IntegrationTests.ApiClient
Type Parameters¶
TResult
Inheritance Object → Exception → ApiException → ApiException<TResult>
Implements ISerializable
Properties¶
Data¶
Property Value¶
Headers¶
Property Value¶
IReadOnlyDictionary<String, IEnumerable<String>>
HelpLink¶
Property Value¶
HResult¶
Property Value¶
InnerException¶
Property Value¶
Message¶
Property Value¶
Response¶
Property Value¶
Result¶
Property Value¶
TResult
Source¶
Property Value¶
StackTrace¶
Property Value¶
StatusCode¶
Property Value¶
TargetSite¶
Property Value¶
Constructors¶
ApiException(String, Int32, 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 Int32
response String
headers IReadOnlyDictionary<String, IEnumerable<String>>
result TResult
innerException Exception