Class MissingEventTypeAttribute
Exception that gets thrown when a type should be marked with the EventTypeAttribute.
public class MissingEventTypeAttribute : Exception, ISerializable
- Inheritance
-
MissingEventTypeAttribute
- Implements
- Inherited Members
Remarks
Initializes a new instance of the MissingEventTypeAttribute class.
Constructors
MissingEventTypeAttribute(Type)
Exception that gets thrown when a type should be marked with the EventTypeAttribute.
public MissingEventTypeAttribute(Type type)
Parameters
type
TypeType that is missing the attribute.
Remarks
Initializes a new instance of the MissingEventTypeAttribute class.