C# Class ArgumentLessThanException, wangkanai

Inheritance: ArgumentException
Exibir arquivo Open project: wangkanai/Detection

Public Methods

Method Description
ArgumentLessThanException ( )
ArgumentLessThanException ( string paramName )
ArgumentLessThanException ( string message, Exception, innerException )
ArgumentLessThanException ( string paramName, string message )

Method Details

ArgumentLessThanException() public method

ArgumentLessThanException() public method

public ArgumentLessThanException ( string paramName )
paramName string

ArgumentLessThanException() public method

public ArgumentLessThanException ( string message, Exception, innerException )
message string
innerException Exception,

ArgumentLessThanException() public method

public ArgumentLessThanException ( string paramName, string message )
paramName string
message string