Class ApiException
API Exception
Inherited Members
Namespace: Unity.Services.Apis.Shared
Assembly: solution.dll
Syntax
public class ApiException : Exception, ISerializable, _Exception
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 |