C# Class PhoneNumbers.NumberParseException

Inheritance: System.Exception
显示文件 Open project: naphaso/kilogram

Public Properties

Property Type Description
ErrorType ErrorType

Public Methods

Method Description
NumberParseException ( ErrorType errorType, String message ) : System

Method Details

NumberParseException() public method

public NumberParseException ( ErrorType errorType, String message ) : System
errorType ErrorType
message String
return System

Property Details

ErrorType public_oe property

public ErrorType ErrorType
return ErrorType