C# Class FakeGPS.Common.ErrorHelper

Error Helper Class.
Afficher le fichier Open project: juliankay/FakeGPS

Méthodes publiques

Méthode Description
InvalidArguments ( string format = "Invalid Arguments" ) : ArgumentException

Invalid Arguments.

Private Methods

Méthode Description
Format ( string format ) : string

Format a string with the Current Culture.

Method Details

InvalidArguments() public static méthode

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