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

Afficher le fichier Open project: TestStack/UIAVerify Class Usage Examples

Méthodes publiques

Свойство Type Description
Message string
StackTrace string

Méthodes publiques

Méthode Description
XmlExceptionInfo ( ) : System
XmlExceptionInfo ( ExceptionInfo exceptionInfo ) : System

Method Details

XmlExceptionInfo() public méthode

public XmlExceptionInfo ( ) : System
Résultat System

XmlExceptionInfo() public méthode

public XmlExceptionInfo ( ExceptionInfo exceptionInfo ) : System
exceptionInfo Microsoft.Test.UIAutomation.Logging.InfoObjects.ExceptionInfo
Résultat System

Property Details

Message public_oe property

public string Message
Résultat string

StackTrace public_oe property

public string StackTrace
Résultat string