Class FileTypeException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
stringThe 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)