Table of Contents

Class NotSeekableException

public class NotSeekableException : InvalidOperationException, ISerializable
Inheritance
NotSeekableException
Implements
Inherited Members
Extension Methods

Constructors

NotSeekableException()

public NotSeekableException()

NotSeekableException(string)

public NotSeekableException(string message)

Parameters

message string

NotSeekableException(string, Exception)

public NotSeekableException(string message, Exception innerException)

Parameters

message string
innerException Exception