Class UnsupportedCodepageException
Inheritance
Object
Exception
UnsupportedCodepageException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: Sdl.Core.Globalization
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
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
UnsupportedCodepageException(String)
Declaration
public UnsupportedCodepageException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
UnsupportedCodepageException(String, Exception)
Declaration
public UnsupportedCodepageException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception