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