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

Show file Open project: geeksree/cSharpGeeks Class Usage Examples

Public Properties

Property Type Description
Exception System.Exception
IncorrectConfiguration bool
KnowBug bool
Unexpected bool

Public Methods

Method Description
ExceptionInfo ( Exception exception ) : System
ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
ToString ( ) : string

Method Details

ExceptionInfo() public method

public ExceptionInfo ( Exception exception ) : System
exception System.Exception
return System

ExceptionInfo() public method

public ExceptionInfo ( Exception exception, bool unexpected, bool knownBug, bool incorrectConfiguration ) : System
exception System.Exception
unexpected bool
knownBug bool
incorrectConfiguration bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Exception public property

public Exception,System Exception
return System.Exception

IncorrectConfiguration public property

public bool IncorrectConfiguration
return bool

KnowBug public property

public bool KnowBug
return bool

Unexpected public property

public bool Unexpected
return bool