Sandbox Logo

class StackLineHandlerAttribute : System.Attribute

Summary

Marks a method as a custom handler for stack trace lines matching a certain pattern. The method must take in a <see cref="T:System.Text.RegularExpressions.Match" /> parameter, and return a <see cref="T:Editor.StackRow" /> (or null).

User Comments