InvalidOpStreamClosed() статический приватный Метод

static private InvalidOpStreamClosed ( string method ) : string
method string
Результат string
 private void ThrowIfStreamClosed(string method)
 {
     if (this.IsStreamClosed())
     {
         throw new ObjectDisposedException(SQLResource.InvalidOpStreamClosed(method));
     }
 }