UnhandledError.Propagate Method

Definition

Wraps the underlying error info in a language specific exception, and throws the error.

public:
 virtual void Propagate() = Propagate;
void Propagate();
public void Propagate();
function propagate()
Public Sub Propagate ()

Remarks

In addition to throwing the language-specific wrapped error, calling this method marks the error as handled (sets Handled to true). However, if an error is returned from a delegate, the handled state is set to false.

Applies to