Share via


TextExceptionFormatter.WritePropertyInfo Method

Writes the name and value of the specified property to the TextWriter.

Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected override void WritePropertyInfo(
    PropertyInfo propertyInfo,
    Object value
)
'Declaration
Protected Overrides Sub WritePropertyInfo ( 
    propertyInfo As PropertyInfo,
    value As Object
)
protected:
virtual void WritePropertyInfo(
    PropertyInfo^ propertyInfo, 
    Object^ value
) override

Parameters

See Also

TextExceptionFormatter Class

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace