CompilerMessageAttribute Type
Indicates that a message should be emitted when F# source code uses this construct.
Constructors
Constructor | Description |
Full Usage: CompilerMessageAttribute(message, messageNumber) Parameters: Returns: CompilerMessageAttribute |
Creates an instance of the attribute.
|
Instance members
Instance member | Description |
Full Usage: this.IsError | Indicates if the message should indicate a compiler error. Error numbers less than 10000 are considered reserved for use by the F# compiler and libraries. |
Full Usage: this.IsHidden | Indicates if the construct should always be hidden in an editing environment. |
|
Indicates the warning message to be emitted when F# source code uses this construct
|
|
Indicates the number associated with the message.
|