Class TranslationModelException
Inheritance
TranslationModelException
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelException : Exception, ISerializable
Constructors
TranslationModelException()
Declaration
public TranslationModelException()
TranslationModelException(SerializationInfo, StreamingContext)
Declaration
protected TranslationModelException(SerializationInfo info, StreamingContext context)
Parameters
TranslationModelException(string)
Declaration
public TranslationModelException(string msg)
Parameters
Type |
Name |
Description |
string |
msg |
|
TranslationModelException(string, Exception)
Declaration
public TranslationModelException(string message, Exception innerException)
Parameters
Implements