Class NotSupportedStreamTypeException
Represents an exception for a stream type which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedStreamTypeException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedStreamTypeException()
Initializes a new instance of the Not
Declaration
public NotSupportedStreamTypeException()
NotSupportedStreamTypeException(Boolean, Boolean)
Initializes a new instance of the Not
Declaration
public NotSupportedStreamTypeException(bool supportsRead, bool supportsSeek)
Parameters
System. The supports read. |
System. The supports seek. |
NotSupportedStreamTypeException(Boolean, Boolean, String)
Initializes a new instance of the Not
Declaration
public NotSupportedStreamTypeException(bool supportsRead, bool supportsSeek, string message)
Parameters
System. The supports read. |
System. The supports seek. |
System. The message. |
NotSupportedStreamTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedStreamTypeException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedStreamTypeException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedStreamTypeException(string message)
Parameters
System. The message. |
NotSupportedStreamTypeException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedStreamTypeException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
Properties
SupportsRead
Gets or sets the supports read.
Declaration
public bool SupportsRead { get; }
Property Value
System. The supports read. |
SupportsSeek
Gets or sets the supports seek.
Declaration
public bool SupportsSeek { get; }
Property Value
System. The supports seek. |
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. |