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
stringThe 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
stringThe message that describes the error.
innerException
ExceptionThe 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()