Class
NotSupportedCharsetFormatException

Thrown when a character set format in the document is not supported by the processing engine.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Exceptions

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class NotSupportedCharsetFormatException : NotSupportedFeatureException, ISerializable, _Exception

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedCharsetFormatException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState

Constructors

NotSupportedCharsetFormatException()

Initializes a new instance of the NotSupportedCharsetFormatException class.

Declaration

cs-api-definition
public NotSupportedCharsetFormatException()

NotSupportedCharsetFormatException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedCharsetFormatException class.

Declaration

cs-api-definition
protected NotSupportedCharsetFormatException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext that contains contextual information about the source or destination.

NotSupportedCharsetFormatException(int)

Initializes a new instance of the NotSupportedCharsetFormatException class.

Declaration

cs-api-definition
public NotSupportedCharsetFormatException(int charsetFormat)

Parameters

charsetFormat

int

The charset format.

NotSupportedCharsetFormatException(int, string)

Initializes a new instance of the NotSupportedCharsetFormatException class.

Declaration

cs-api-definition
public NotSupportedCharsetFormatException(int charsetFormat, string message)

Parameters

charsetFormat

int

The charset format.

message

string

The message.

NotSupportedCharsetFormatException(string, Exception)

Initializes a new instance of the NotSupportedCharsetFormatException class.

Declaration

cs-api-definition
public NotSupportedCharsetFormatException(string message, Exception cause)

Parameters

message

string

The message that describes the error.

cause

Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Properties

CharsetFormat

Gets the charset format code that is not supported.

Declaration

cs-api-definition
public int CharsetFormat { get; }

Property Value

int

The numeric code of the unsupported charset format.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method

Declaration

cs-api-definition
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo object that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext structure that contains contextual information about the source or destination.

Overrides Exception.GetObjectData(SerializationInfo, StreamingContext)