Table of Contents

Class FileNameInvalidException

Namespace
WhalesSecret.TradeScriptLib.Exceptions
Assembly
WhalesSecret.TradeScriptLib.dll

Exception for cases when a file name is not valid in the given context.

public class FileNameInvalidException : ScriptApiException, ISerializable
Inheritance
FileNameInvalidException
Implements
Inherited Members
Extension Methods

Constructors

FileNameInvalidException()

Initializes a new instance of the FileNameInvalidException class.

FileNameInvalidException(string)

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

FileNameInvalidException(string, Exception?)

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