Class FileAccessException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when a file cannot be open, read, or written to.
public class FileAccessException : ScriptApiException, ISerializable
- Inheritance
-
FileAccessException
- Implements
- Inherited Members
- Extension Methods
Constructors
- FileAccessException()
Initializes a new instance of the FileAccessException class.
- FileAccessException(string)
Initializes a new instance of the FileAccessException class with a specified error message.
- 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.