ApiException¶
Namespace: IntegrationTests.ApiClient
Inheritance Object → Exception → ApiException
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¶
Source¶
Property Value¶
StackTrace¶
Property Value¶
StatusCode¶
Property Value¶
TargetSite¶
Property Value¶
Constructors¶
ApiException(String, Int32, String, IReadOnlyDictionary<String, IEnumerable<String>>, Exception)¶
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<String, IEnumerable<String>> headers, Exception innerException)
Parameters¶
message String
statusCode Int32
response String
headers IReadOnlyDictionary<String, IEnumerable<String>>
innerException Exception