C# 클래스 Microsoft.Test.UIAutomation.Logging.InfoObjects.ExceptionInfo

파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception
IncorrectConfiguration bool
KnowBug bool
Unexpected bool

공개 메소드들

메소드 설명
ExceptionInfo ( Exception exception ) : System
ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
ToString ( ) : string

메소드 상세

ExceptionInfo() 공개 메소드

public ExceptionInfo ( Exception exception ) : System
exception System.Exception
리턴 System

ExceptionInfo() 공개 메소드

public ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
exception System.Exception
unexpected bool
knownBug bool
incorrectConfiguration bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception

IncorrectConfiguration 공개적으로 프로퍼티

public bool IncorrectConfiguration
리턴 bool

KnowBug 공개적으로 프로퍼티

public bool KnowBug
리턴 bool

Unexpected 공개적으로 프로퍼티

public bool Unexpected
리턴 bool