C# Класс Meyn.TestLink.TestLinkException

Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
errors List

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
TestLinkException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

TestLinkException() публичный Метод

basic Constructor
public TestLinkException ( ) : System
Результат System

TestLinkException() публичный Метод

constructor that takes a list of error messages
public TestLinkException ( List errs ) : System
errs List
Результат System

TestLinkException() защищенный Метод

protected TestLinkException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

TestLinkException() публичный Метод

public TestLinkException ( string msg ) : System
msg string
Результат System

TestLinkException() публичный Метод

vConstructor that can take an inner exception
public TestLinkException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Результат System

TestLinkException() публичный Метод

constructor
public TestLinkException ( string msg, List errs ) : System
msg string
errs List
Результат System

Описание свойств

errors публичное свойство

temporarily stores current errors
public List errors
Результат List