Table of Contents

Class UnsupportedLanguageException

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class UnsupportedLanguageException : Exception, ISerializable
Inheritance
UnsupportedLanguageException
Implements
Inherited Members
Extension Methods

Constructors

UnsupportedLanguageException()

public UnsupportedLanguageException()

UnsupportedLanguageException(string)

public UnsupportedLanguageException(string message)

Parameters

message string

UnsupportedLanguageException(string, Exception)

public UnsupportedLanguageException(string message, Exception innerException)

Parameters

message string
innerException Exception