Table of Contents

Class InvalidCertificateException

Namespace
Geotab.Checkmate.ObjectModel.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

The exception that is thrown when a request with an invalid certificate was made to a server.

public class InvalidCertificateException : Exception, ISerializable, IKnownError
Inheritance
InvalidCertificateException
Implements
Inherited Members

Constructors

InvalidCertificateException()

Initializes a new instance of the InvalidCertificateException class.

public InvalidCertificateException()

InvalidCertificateException(string, Exception?)

Initializes a new instance of the InvalidCertificateException class.

public InvalidCertificateException(string message, Exception? innerException = null)

Parameters

message string

The message.

innerException Exception

The inner exception.