Class CcdClientException
Represents an exception that occurs when communicating with the CCD Client Service.
Inherited Members
Namespace: Unity.Services.Ccd.Client.Errors
Assembly: solution.dll
Syntax
public class CcdClientException : RequestFailedException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
CcdClientException(int, string) | Creates a CcdClientException. |
CcdClientException(int, string, Exception) | Creates a CcdClientException. |