UnhandledError.Propagate Method
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.
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.