Constructor FileAccessException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
FileAccessException()
Initializes a new instance of the FileAccessException class.
public FileAccessException()
FileAccessException(string)
Initializes a new instance of the FileAccessException class with a specified error message.
public FileAccessException(string message)
Parameters
message
stringThe message that describes the error.
FileAccessException(string, Exception?)
Initializes a new instance of the FileAccessException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public FileAccessException(string message, Exception? innerException)