C# Class PortableRx.Reactive.ExceptionHelpers

Datei anzeigen Open project: robfe/PortableRx

Public Methods

Method Description
Throw ( this exception ) : void
ThrowIfNotNull ( this exception ) : void

Private Methods

Method Description
Initialize ( ) : IExceptionServices

Method Details

Throw() public static method

public static Throw ( this exception ) : void
exception this
return void

ThrowIfNotNull() public static method

public static ThrowIfNotNull ( this exception ) : void
exception this
return void