System.Runtime.ExceptionServices.ExceptionDispatchInfo: Method Members

The methods of System.Runtime.ExceptionServices.ExceptionDispatchInfo are listed below. For a list of all members, see the ExceptionDispatchInfo Members list.

See Also: Inherited members from System.Object

Public Methods

static
Capture(Exception) : ExceptionDispatchInfo

Creates an System.Runtime.ExceptionServices.ExceptionDispatchInfo object that represents the specified exception at the current point in code.

Throw()

Throws the exception that is represented by the current System.Runtime.ExceptionServices.ExceptionDispatchInfo object, after restoring the state that was saved when the exception was captured.