Table of Contents

Constructor UnsupportedFileTypeException

Namespace
LMKit.Exceptions
Assembly
LM-Kit.NET.dll

UnsupportedFileTypeException(string)

Initializes a new instance of the UnsupportedFileTypeException class with a specified error message.

public UnsupportedFileTypeException(string message)

Parameters

message string

The message that describes the error.

UnsupportedFileTypeException(string, Exception)

Initializes a new instance of the UnsupportedFileTypeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public UnsupportedFileTypeException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.

UnsupportedFileTypeException()

Initializes a new instance of the UnsupportedFileTypeException class with a default error message.

public UnsupportedFileTypeException()