C# 클래스 Microsoft.Test.UIAutomation.Logging.ObjectLoggerDoesNotSupportThisObjectType

상속: System.ArgumentException
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 프로퍼티들

프로퍼티 타입 설명
ExpectedObjectType System.Type
Object object

공개 메소드들

메소드 설명
ObjectLoggerDoesNotSupportThisObjectType ( object Object, Type ExpectedObjectType ) : System

메소드 상세

ObjectLoggerDoesNotSupportThisObjectType() 공개 메소드

public ObjectLoggerDoesNotSupportThisObjectType ( object Object, Type ExpectedObjectType ) : System
Object object
ExpectedObjectType System.Type
리턴 System

프로퍼티 상세

ExpectedObjectType 공개적으로 프로퍼티

public Type,System ExpectedObjectType
리턴 System.Type

Object 공개적으로 프로퍼티

public object Object
리턴 object