InvalidProjectFileException.HasBeenLogged Property

Definition

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

Applies to