C# 클래스 Meyn.TestLink.TestLinkException

상속: System.ApplicationException
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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