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