Class CcdManagementException
Represents an exception that occurs when communicating with the Unity CCD Management Service.
Inherited Members
Namespace: Unity.Services.Ccd.Management
Assembly: Unity.Services.Ccd.Management.dll
Syntax
public class CcdManagementException : RequestFailedException, _Exception, ISerializable
Constructors
CcdManagementException(Exception)
Creates a CCDManagementException.
Declaration
public CcdManagementException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The exception raised by the service, if any. |
CcdManagementException(int, string)
Creates a CCDManagementException.
Declaration
public CcdManagementException(int reason, string message)
Parameters
Type | Name | Description |
---|---|---|
int | reason | The error code or the HTTP Status returned by the service. |
string | message | The description of the exception. |
CcdManagementException(int, string, Exception)
Creates a CCDManagementException.
Declaration
public CcdManagementException(int reason, string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
int | reason | The error code or the HTTP Status returned by the service. |
string | message | The description of the exception. |
Exception | innerException | The exception raised by the service, if any. |