C# 클래스 Automation.UI.UIException

General UI exception.
상속: System.Exception
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
UIException ( ) : System

New UI exception.

UIException ( string message ) : System

New UI exception.

UIException ( string message, Exception innerException ) : System

New UI exception.

메소드 상세

UIException() 공개 메소드

New UI exception.
public UIException ( ) : System
리턴 System

UIException() 공개 메소드

New UI exception.
public UIException ( string message ) : System
message string The detail message.
리턴 System

UIException() 공개 메소드

New UI exception.
public UIException ( string message, Exception innerException ) : System
message string The detail message.
innerException System.Exception The cause of this exception.
리턴 System