C# 클래스 FakeGPS.Common.ErrorHelper

Error Helper Class.
파일 보기 프로젝트 열기: juliankay/FakeGPS

공개 메소드들

메소드 설명
InvalidArguments ( string format = "Invalid Arguments" ) : ArgumentException

Invalid Arguments.

비공개 메소드들

메소드 설명
Format ( string format ) : string

Format a string with the Current Culture.

메소드 상세

InvalidArguments() 공개 정적인 메소드

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