Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates that a message should be emitted when F# source code uses this construct.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(AttributeTargets.All, AllowMultiple = false)>]
[<Sealed>]
type CompilerMessageAttribute =
class
new CompilerMessageAttribute : string * int -> CompilerMessageAttribute
member this.IsError : bool with get, set
member this.IsHidden : bool with get, set
member this.Message : string
member this.MessageNumber : int
end
Remarks
You can also use the short form of the name, CompilerMessage.
Constructors
Member |
Description |
|---|---|
Creates an instance of the attribute. |
Instance Members
Member |
Description |
|---|---|
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. |
|
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. |
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable