C# 클래스 UnexpectedException, ProfessionalCSharp2021

상속: Exception
파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp2021 1 사용 예제들

공개 메소드들

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

메소드 상세

UnexpectedException() 공개 메소드

public UnexpectedException ( string message )
message string

UnexpectedException() 공개 메소드

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