Table of Contents

Class GenericException

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

This default exception returned undefined issues.

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

Constructors

GenericException(string, Exception?)

Initializes a new instance of the GenericException class.

public GenericException(string message = "An undefined exception has occurred. Please contact support for further assistance.", Exception? innerException = null)

Parameters

message string

The exception message

innerException Exception

The innerException.