Table of Contents

Class ColdChainContentNotSupportedException

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

This exception is thrown when there is an error with ColdChainContent types regarding unsupported actions

public class ColdChainContentNotSupportedException : NotSupportedException, ISerializable
Inheritance
ColdChainContentNotSupportedException
Implements
Inherited Members

Constructors

ColdChainContentNotSupportedException()

Initializes a new instance of the ColdChainContentNotSupportedException class.

public ColdChainContentNotSupportedException()

ColdChainContentNotSupportedException(string?)

Initializes a new instance of the ColdChainContentNotSupportedException class.

public ColdChainContentNotSupportedException(string? message)

Parameters

message string

The message.

ColdChainContentNotSupportedException(string?, Exception?)

Initializes a new instance of the ColdChainContentNotSupportedException class.

public ColdChainContentNotSupportedException(string? message, Exception? innerException)

Parameters

message string

The message.

innerException Exception

The inner Exception.