Class ScriptNotFoundException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
The exception that is thrown when performing actions on a script that was not found.
public class ScriptNotFoundException : DmsException
- Inheritance
-
ScriptNotFoundException
- Extension Methods
Constructors
- ScriptNotFoundException()
Initializes a new instance of the ScriptNotFoundException class.
- ScriptNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ScriptNotFoundException class with serialized data.
- ScriptNotFoundException(string)
Initializes a new instance of the ScriptNotFoundException class.
- ScriptNotFoundException(string, Exception)
Initializes a new instance of the ScriptNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.