C# Class Meyn.TestLink.TestLinkException

Inheritance: System.ApplicationException
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
errors List

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TestLinkException ( ) : System

basic Constructor

TestLinkException ( List errs ) : System

constructor that takes a list of error messages

TestLinkException ( string msg ) : System

TestLinkException ( string msg, Exception innerException ) : System

vConstructor that can take an inner exception

TestLinkException ( string msg, List errs ) : System

constructor

Protected Methods

Method Description
TestLinkException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

TestLinkException() public method

basic Constructor
public TestLinkException ( ) : System
return System

TestLinkException() public method

constructor that takes a list of error messages
public TestLinkException ( List errs ) : System
errs List
return System

TestLinkException() protected method

protected TestLinkException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TestLinkException() public method

public TestLinkException ( string msg ) : System
msg string
return System

TestLinkException() public method

vConstructor that can take an inner exception
public TestLinkException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System

TestLinkException() public method

constructor
public TestLinkException ( string msg, List errs ) : System
msg string
errs List
return System

Property Details

errors public property

temporarily stores current errors
public List errors
return List