C# Class Cirrious.Sphero.WorkBench.Core.SpheroException

Inheritance: System.Exception
Datei anzeigen Open project: slodge/BallControl

Public Methods

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

Method Details

SpheroException() public method

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

SpheroException() public method

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