NoOperationDebugContext Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a stub, empty, or no-operation debug context.
The NoOperationDebugContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NoOperationDebugContext | Overloaded. Initializes a new instance of the NoOperationDebugContext class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Error | Overloaded. Records an error message. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Trace | Records an informational trace message. (Overrides DebugContext..::.Trace(String, String).) | |
Warn | Overloaded. Records a warning message. |
Top
Properties
Name | Description | |
---|---|---|
DebugMode | Gets or sets the current debug mode. (Inherited from DebugContext.) | |
IsDebugMode | Gets a value indicating whether the current DebugMode is set to either Debug or Checked mode. (Inherited from DebugContext.) |
Top