C# Class Cirrious.MvvmCross.Plugins.Sphero.SpheroPluginException

Inheritance: System.Exception
Show file Open project: slodge/BallControl

Public Methods

Method Description
SpheroPluginException ( Exception innerException, string message ) : System
SpheroPluginException ( string message ) : System

Method Details

SpheroPluginException() public method

public SpheroPluginException ( Exception innerException, string message ) : System
innerException System.Exception
message string
return System

SpheroPluginException() public method

public SpheroPluginException ( string message ) : System
message string
return System