Class UnsupportedLanguageException
Inheritance
UnsupportedLanguageException
Assembly: Sdl.Core.Globalization.Async.dll
Syntax
public class UnsupportedLanguageException : Exception, ISerializable, _Exception
Constructors
UnsupportedLanguageException()
Declaration
public UnsupportedLanguageException()
UnsupportedLanguageException(SerializationInfo, StreamingContext)
Declaration
protected UnsupportedLanguageException(SerializationInfo info, StreamingContext context)
Parameters
UnsupportedLanguageException(string)
Declaration
public UnsupportedLanguageException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
UnsupportedLanguageException(string, Exception)
Declaration
public UnsupportedLanguageException(string message, Exception inner)
Parameters
Implements