C# 클래스 Fundamentals2016.Part5.NegativeNumberException

상속: Exception
파일 보기 프로젝트 열기: ZeroToHero-2015/Fundamentals2016

공개 메소드들

메소드 설명
NegativeNumberException ( ) : System

Just create the exception

NegativeNumberException ( string message ) : System

Create the exception with description

메소드 상세

NegativeNumberException() 공개 메소드

Just create the exception
public NegativeNumberException ( ) : System
리턴 System

NegativeNumberException() 공개 메소드

Create the exception with description
public NegativeNumberException ( string message ) : System
message string Exception description
리턴 System