Appccelerate.IO.Streams.StreamDecoratorStream.ThrowNoStreamException C# (CSharp) Method

ThrowNoStreamException() protected method

Derived classes can override this method to handle cases where a method is called while the decorated device is not assigned.
protected ThrowNoStreamException ( ) : void
return void
        protected virtual void ThrowNoStreamException()
        {
            throw new InvalidOperationException("The decorated stream must not be null.");
        }