class
StackLineHandlerAttribute
public sealed class StackLineHandlerAttribute : Attribute Marks a method as a custom handler for stack trace lines matching a certain pattern. The method must take in a Match parameter, and return a StackRow (or null).
Constructors
StackLineHandlerAttribute(String regex) Properties
| Name | Type | Description |
|---|---|---|
Regex | String | |
Order | Int32 |