Options for the Exception method.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common.dll
Syntax
public struct WriteMessageOptionsConstructors
| Name | Description |
|---|---|
| WriteMessageOptions(in LogEventData) | Initializes a WriteMessageOptions and optionally specifies the properties given a LogEventData. |
| WriteMessageOptions(object) | Initializes a WriteMessageOptions and optionally specifies the properties given a CLR object. |
Properties
| Name | Description |
|---|---|
| Data | Specifies the properties of the WriteMessageOptions, typically specified as an instance of a well-known or anonymous CLR type. |
| Properties | Gets the activity properties. |