Open sandboxFocus

Method EmitRecord

EmitRecord(bool)

Emits the record and specifies whether exception details should be appended to the text.

Declaration
protected void EmitRecord(bool includeExceptionDetails)
Parameters
Type Name Description
bool includeExceptionDetails

true if exception details should be appended, otherwise false.

EmitRecord()

Emits the record. Invoked by the Complete() method.

Declaration
protected override void EmitRecord()
Overrides