C# Class Microsoft.Test.UIAutomation.Logging.XmlSerializableObjects.XmlExceptionInfo

ファイルを表示 Open project: TestStack/UIAVerify Class Usage Examples

Public Properties

Property Type Description
Message string
StackTrace string

Public Methods

Method Description
XmlExceptionInfo ( ) : System
XmlExceptionInfo ( ExceptionInfo exceptionInfo ) : System

Method Details

XmlExceptionInfo() public method

public XmlExceptionInfo ( ) : System
return System

XmlExceptionInfo() public method

public XmlExceptionInfo ( ExceptionInfo exceptionInfo ) : System
exceptionInfo Microsoft.Test.UIAutomation.Logging.InfoObjects.ExceptionInfo
return System

Property Details

Message public_oe property

public string Message
return string

StackTrace public_oe property

public string StackTrace
return string