Table of Contents

Class FileTypeException

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

false Exception for file type mismatch.

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

Constructors

FileTypeException()

Initializes a new instance of the FileTypeException class.Initializes a new instance of FileTypeException.

public FileTypeException()

FileTypeException(string?)

Initializes a new instance of the FileTypeException class.Initializes a new instance of FileTypeException with message.

public FileTypeException(string? message)

Parameters

message string

The message.

FileTypeException(string, Exception)

Initializes a new instance of the FileTypeException class.Initializes a new instance of FileTypeException with message and inner exception.

public FileTypeException(string message, Exception cause)

Parameters

message string

The message.

cause Exception

The inner exception.