C# Class Microsoft.ServiceModel.Web.UnhandledOperationInvoker.ErrorPageBodyWriter

Inheritance: System.ServiceModel.Channels.BodyWriter
Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
ErrorPageBodyWriter ( ) : System

Protected Methods

Method Description
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Method Details

ErrorPageBodyWriter() public method

public ErrorPageBodyWriter ( ) : System
return System

OnWriteBodyContents() protected method

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
return void