Appccelerate.IO.Streams.StreamDecoratorStream.ThrowNoStreamException C# (CSharp) Метод

ThrowNoStreamException() защищенный Метод

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