PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Custom.​Messages/Semantic­Message
Open sandboxFocus

Class SemanticMessage

Encapsulates a semantic message without parameter. Use the SemanticMessageBuilder class to create an instance of this type.

Inheritance
SemanticMessage
Implements
IMessage
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class SemanticMessage : ValueType, IMessage

Methods

Name Description
ToString()

Returns the fully qualified type name of this instance.

Explicit Interface Implementations

Name Description
IMessage.Write(ICustomLogRecordBuilder, CustomLogRecordItem)