System.Runtime.ExceptionServices.ExceptionDispatchInfo Members

The members of System.Runtime.ExceptionServices.ExceptionDispatchInfo are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
SourceExceptionException.

Gets the exception that is represented by the current instance.

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.