C# 클래스 ArgumentLessThanException, wangkanai

상속: ArgumentException
파일 보기 프로젝트 열기: wangkanai/Detection

공개 메소드들

메소드 설명
ArgumentLessThanException ( )
ArgumentLessThanException ( string paramName )
ArgumentLessThanException ( string message, Exception, innerException )
ArgumentLessThanException ( string paramName, string message )

메소드 상세

ArgumentLessThanException() 공개 메소드

ArgumentLessThanException() 공개 메소드

public ArgumentLessThanException ( string paramName )
paramName string

ArgumentLessThanException() 공개 메소드

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

ArgumentLessThanException() 공개 메소드

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