Class EngineNotFoundException
- Namespace
- Virtufin.WorkManager.Runtime
- Assembly
- Virtufin.WorkManager.dll
Exception thrown when no engine is registered for a MIME type.
public sealed class EngineNotFoundException : Exception, ISerializable
- Inheritance
-
EngineNotFoundException
- Implements
- Inherited Members
Constructors
EngineNotFoundException(string)
Creates a new EngineNotFoundException.
public EngineNotFoundException(string mimeType)
Parameters
mimeTypestring
Properties
MimeType
The MIME type that had no registered engine.
public string MimeType { get; }