Custom attribute that, when applied on an assembly, means that a given message should be escalated to an error during the current PostSharp session.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Public (in PostSharp.Public.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class EscalatePostSharpMessageAttribute _
	Inherits Attribute
C#
public sealed class EscalatePostSharpMessageAttribute : Attribute
Visual C++
public ref class EscalatePostSharpMessageAttribute sealed : public Attribute

Remarks

Errors and fatal errors cannot be disabled.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    PostSharp.Extensibility..::.EscalatePostSharpMessageAttribute

See Also