Click or drag to resize

TraceMethod Class

Provides a set of methods and properties that enable applications to trace the execution of method code.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DiagnosticsTraceMethod

Namespace:  WorkflowGen.My.Diagnostics
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
public class TraceMethod

The TraceMethod type exposes the following members.

Constructors
  NameDescription
Public methodTraceMethod
Initialize a new instance of the TraceContext class
Top
Properties
  NameDescription
Public propertyCreatedAt
Creation date
Public propertyId
Method instance identifier
Public propertyMethodName
Method name
Top
Methods
  NameDescription
Public methodTraceBeginTransaction
Writes a begin transaction
Public methodTraceCatch
Writes a catch
Public methodTraceCommitTransaction
Writes a commit transaction
Public methodTraceEnter
Writes method parameters
Public methodTraceError
Writes an error message
Public methodTraceInformation
Writes an informational message
Public methodTraceReturn
Writes a method return
Public methodTraceReturnValue
Writes a method return value
Public methodTraceRollbackTransaction
Writes a rollback transaction
Public methodTraceThrow
Writes a throw
Top
See Also