C# Class FakeGPS.Common.ErrorHelper

Error Helper Class.
Show file Open project: juliankay/FakeGPS

Public Methods

Method Description
InvalidArguments ( string format = "Invalid Arguments" ) : ArgumentException

Invalid Arguments.

Private Methods

Method Description
Format ( string format ) : string

Format a string with the Current Culture.

Method Details

InvalidArguments() public static method

Invalid Arguments.
public static InvalidArguments ( string format = "Invalid Arguments" ) : ArgumentException
format string The message
return System.ArgumentException