Closes the current writer and releases any system resources associated with the writer.
[Visual Basic] Overridable Public Sub Close() [C#] public virtual void Close(); [C++] public: virtual void Close(); [JScript] public function Close();
Following a call to Close, any operations on the writer may raise exceptions. This default method is empty, but derived classes can override the method to provide the appropriate functionality.