Class BackendTranslationException
Inheritance
BackendTranslationException
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public class BackendTranslationException : BackendOperationException, ISerializable
Constructors
|
Edit this page
View Source
BackendTranslationException(TrService)
Declaration
public BackendTranslationException(TrService translationService)
Parameters
| Type |
Name |
Description |
| TrService |
translationService |
|
|
Edit this page
View Source
BackendTranslationException(TrService, string)
Declaration
public BackendTranslationException(TrService translationService, string message)
Parameters
|
Edit this page
View Source
BackendTranslationException(TrService, string, Exception)
Declaration
public BackendTranslationException(TrService translationService, string message, Exception inner)
Parameters
Properties
|
Edit this page
View Source
TranslationService
Declaration
public TrService TranslationService { get; }
Property Value
Implements
Extension Methods