Class ConsentCheckException
Inheritance
RequestFailedException
ConsentCheckException
Inherited Members
RequestFailedException.ErrorCode
Assembly: Unity.Services.Analytics.dll
Syntax
public class ConsentCheckException : RequestFailedException, ISerializable
Constructors
ConsentCheckException(ConsentCheckExceptionReason, int, string, Exception)
Declaration
public ConsentCheckException(ConsentCheckExceptionReason reason, int errorCode, string message, Exception innerException)
Parameters
Properties
Reason
Declaration
[Preserve]
public ConsentCheckExceptionReason Reason { get; }
Property Value
Implements