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 NotSupportedStreamTypeException class.
Declaration
public NotSupportedStreamTypeException()
NotSupportedStreamTypeException(Boolean, Boolean)
Initializes a new instance of the NotSupportedStreamTypeException class.
Declaration
public NotSupportedStreamTypeException(bool supportsRead, bool supportsSeek)
Parameters
System.Boolean
supportsRead
The supports read. |
System.Boolean
supportsSeek
The supports seek. |
NotSupportedStreamTypeException(Boolean, Boolean, String)
Initializes a new instance of the NotSupportedStreamTypeException class.
Declaration
public NotSupportedStreamTypeException(bool supportsRead, bool supportsSeek, string message)
Parameters
System.Boolean
supportsRead
The supports read. |
System.Boolean
supportsSeek
The supports seek. |
System.String
message
The message. |
NotSupportedStreamTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedStreamTypeException class.
Declaration
protected NotSupportedStreamTypeException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedStreamTypeException(String)
Initializes a new instance of the NotSupportedStreamTypeException class.
Declaration
public NotSupportedStreamTypeException(string message)
Parameters
System.String
message
The message. |
NotSupportedStreamTypeException(String, Exception)
Initializes a new instance of the NotSupportedStreamTypeException class.
Declaration
public NotSupportedStreamTypeException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |
Properties
SupportsRead
Gets or sets the supports read.
Declaration
public bool SupportsRead { get; }
Property Value
System.Boolean
The supports read. |
SupportsSeek
Gets or sets the supports seek.
Declaration
public bool SupportsSeek { get; }
Property Value
System.Boolean
The supports seek. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) method
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo object that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.StreamingContext structure that contains contextual information about the source or destination. |