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
messagestringThe 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
messagestringThe message that describes the error.
innerExceptionExceptionThe 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()