NHibernate.Lob.External.FileSystemCasConnection.FileSystemCasBlobWriter.ThrowIfClosed C# (CSharp) Method

ThrowIfClosed() private method

private ThrowIfClosed ( ) : void
return void
			private void ThrowIfClosed()
			{
				if (tempStream == null) throw new Exception("The writer is closed.");
			}
		}