C# Class LondonBike.TrackerException

Inheritance: System.Exception
ファイルを表示 Open project: nicwise/londonbikeapp

Public Properties

Property Type Description
CoreError NSError

Public Methods

Method Description
TrackerException ( string msg, NSError error ) : System

Method Details

TrackerException() public method

public TrackerException ( string msg, NSError error ) : System
msg string
error NSError
return System

Property Details

CoreError public_oe property

public NSError CoreError
return NSError