Class ApiException
API Exception
Implements
Inherited Members
Namespace: Unity.Services.Apis
Assembly: Unity.Services.Apis.dll
Syntax
public class ApiException : Exception, ISerializable
Constructors
ApiException(ApiResponse)
Initializes a new instance of the Api
Declaration
public ApiException(ApiResponse response)
Parameters
Type | Name | Description |
---|---|---|
Api |
response | The response |
Properties
Response
Gets the response
Declaration
public ApiResponse Response { get; }
Property Value
Type | Description |
---|---|
Api |
The response |