C# Class Microsoft.Test.UIAutomation.Logging.InfoObjects.ExceptionInfo

Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

Свойство Type Description
Exception System.Exception
IncorrectConfiguration bool
KnowBug bool
Unexpected bool

Méthodes publiques

Méthode Description
ExceptionInfo ( Exception exception ) : System
ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
ToString ( ) : string

Method Details

ExceptionInfo() public méthode

public ExceptionInfo ( Exception exception ) : System
exception System.Exception
Résultat System

ExceptionInfo() public méthode

public ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
exception System.Exception
unexpected bool
knownBug bool
incorrectConfiguration bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

IncorrectConfiguration public_oe property

public bool IncorrectConfiguration
Résultat bool

KnowBug public_oe property

public bool KnowBug
Résultat bool

Unexpected public_oe property

public bool Unexpected
Résultat bool