Class UnsupportedLanguageException
public class UnsupportedLanguageException : Exception, ISerializable
- Inheritance
-
UnsupportedLanguageException
- Implements
- Inherited Members
- Extension Methods
Constructors
UnsupportedLanguageException()
public UnsupportedLanguageException()
UnsupportedLanguageException(string)
public UnsupportedLanguageException(string message)
Parameters
messagestring
UnsupportedLanguageException(string, Exception)
public UnsupportedLanguageException(string message, Exception innerException)