Is it possible to override the xmlwriter's WriteValue sub? Do I have to create a new class just to override it? I tried to add the sub below but I'm receiving the following error:The sub cannot be declared because it does not override a sub in a base class.

Code:
Public Overrides Sub WriteValue()

    End Sub