PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLog­Exception­Attribute
Open sandboxFocus

LogExceptionAttribute Class

Custom attribute that, when applied on a method, causes PostSharp to implement tracing upon exception in this method.

Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class LogExceptionAttribute : LogAttributeBase, IMethodLevelAspect, IMethodLevelAspectBuildSemantics, IAspectBuildSemantics, IValidableAnnotation, ILogAspect, IAspect
Remarks

Using this custom attribute is strictly equivalent to using the LogAttribute with the Exceptions profile and no other property set.

Constructors

Name Description
LogExceptionAttribute()

Initializes a new LogExceptionAttribute.