Property ContinueOnError
ContinueOnError
Gets or sets whether to continue if a handler throws an exception.
When true, exceptions are caught and execution continues with other handlers. Default is true.
public bool ContinueOnError { get; set; }
Gets or sets whether to continue if a handler throws an exception.
When true, exceptions are caught and execution continues with other handlers. Default is true.
public bool ContinueOnError { get; set; }