Class NotSupportedCharsetFormatException
Represents an exception for an charset format which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedCharsetFormatException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedCharsetFormatException()
Initializes a new instance of the Not
Declaration
public NotSupportedCharsetFormatException()
NotSupportedCharsetFormatException(Int32)
Initializes a new instance of the Not
Declaration
public NotSupportedCharsetFormatException(int charsetFormat)
Parameters
System. The charset format. |
NotSupportedCharsetFormatException(Int32, String)
Initializes a new instance of the Not
Declaration
public NotSupportedCharsetFormatException(int charsetFormat, string message)
Parameters
System. The charset format. |
System. The message. |
NotSupportedCharsetFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedCharsetFormatException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedCharsetFormatException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedCharsetFormatException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
Properties
CharsetFormat
Gets or sets the charset format.
Declaration
public int CharsetFormat { get; }
Property Value
System. The charset format. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |