C# Class EzBus.Core.InvokationResult

Show file Open project: Zapote/EzBus

Public Methods

Method Description
InvokationResult ( bool success, Exception exception ) : System

Method Details

InvokationResult() public method

public InvokationResult ( bool success, Exception exception ) : System
success bool
exception System.Exception
return System