C# Class Meyn.TestLink.TestLinkException

Inheritance: System.ApplicationException
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Свойство Type Description
errors List

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TestLinkException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

TestLinkException() public méthode

basic Constructor
public TestLinkException ( ) : System
Résultat System

TestLinkException() public méthode

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

TestLinkException() protected méthode

protected TestLinkException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

TestLinkException() public méthode

public TestLinkException ( string msg ) : System
msg string
Résultat System

TestLinkException() public méthode

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

TestLinkException() public méthode

constructor
public TestLinkException ( string msg, List errs ) : System
msg string
errs List
Résultat System

Property Details

errors public_oe property

temporarily stores current errors
public List errors
Résultat List