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 ApiException class.
Declaration
public ApiException(ApiResponse response)
Parameters
Type | Name | Description |
---|---|---|
ApiResponse | response | The response |
Properties
Response
Gets the response
Declaration
public ApiResponse Response { get; }
Property Value
Type | Description |
---|---|
ApiResponse | The response |