Class TranslatorNotFoundException
Exception thrown when a translator is not found.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
public sealed class TranslatorNotFoundException : IgniteException, ISerializable
- Inheritance
-
TranslatorNotFoundException
- Implements
- Inherited Members
Constructors
TranslatorNotFoundException(Guid, int, string?, Exception?)
Initializes a new instance of the TranslatorNotFoundException class.
public TranslatorNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)