Open sandboxFocus

Class InvalidAnnotationException

Exception thrown at build time by implementation of CompileTimeValidate(object) when an annotation is invalid.

Inheritance
InvalidAnnotationException
Implements
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public class InvalidAnnotationException : Exception, ISerializable

Constructors

Name Description
InvalidAnnotationException()

Initializes a new InvalidAnnotationException with default message.

InvalidAnnotationException(SerializationInfo, StreamingContext)

Deserialization constructor.

InvalidAnnotationException(string)

Initializes a new InvalidAnnotationException and with a specified exception message.

InvalidAnnotationException(string, Exception)

Initializes a new InvalidAnnotationException with a specified exception message and inner Exception.