'宣言 Public Overrides ReadOnly Property Length As System.Long
public override System.long Length {get;}
            '宣言 Public Overrides ReadOnly Property Length As System.Long
public override System.long Length {get;}
            | 例外 | 解説 | 
|---|---|
| System.NotSupportedException | Stream から派生したクラスがシークをサポートしていません。 | 
| System.ObjectDisposedException | ストリームが閉じた後でメソッドが呼び出されました。 |