Share via


FileLoadExceptionContext.Ignore Property

Definition

Gets or sets a value that indicates whether the exception is rethrown.

public:
 property bool Ignore { bool get(); void set(bool value); };
public bool Ignore { get; set; }
member this.Ignore : bool with get, set
Public Property Ignore As Boolean

Property Value

true if the exception isn't rethrown; otherwise, false.

Applies to