C# Class System.Runtime.ExceptionServices.ExceptionDispatchInfo

Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Capture ( Exception source ) : ExceptionDispatchInfo
Throw ( ) : void

Private Methods

Method Description
ExceptionDispatchInfo ( Exception source ) : System.Diagnostics

Method Details

Capture() public static method

public static Capture ( Exception source ) : ExceptionDispatchInfo
source System.Exception
return ExceptionDispatchInfo

Throw() public method

public Throw ( ) : void
return void