C# 클래스 ZenLib.ZenException

New exception type for code known to be unreachable at runtime.
상속: Exception
파일 보기 프로젝트 열기: microsoft/Zen

공개 메소드들

메소드 설명
ZenException ( string e ) : System

Creates a new instance of the ZenException class.

ZenException ( string s, Exception innerException ) : System

Creates a new instance of the ZenException class.

메소드 상세

ZenException() 공개 메소드

Creates a new instance of the ZenException class.
public ZenException ( string e ) : System
e string
리턴 System

ZenException() 공개 메소드

Creates a new instance of the ZenException class.
public ZenException ( string s, Exception innerException ) : System
s string The description.
innerException Exception The inner exception.
리턴 System