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