InvalidProjectFileException.HasBeenLogged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the exception has already been logged. Allows the exception to be logged at the most appropriate location, but continue to be propagated.
public:
property bool HasBeenLogged { bool get(); };
public bool HasBeenLogged { get; }
[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public bool HasBeenLogged { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.HasBeenLogged : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HasBeenLogged : bool
Public ReadOnly Property HasBeenLogged As Boolean
Property Value
Returns a flag that determines whether the exception has already been logged.
- Attributes