C# 클래스 XunitShould.AggregateException

상속: XunitShould.Sdk.XunitException
파일 보기 프로젝트 열기: EddieGarmon/XunitShould

공개 메소드들

메소드 설명
AggregateException ( ) : System
AggregateException ( IEnumerable innerExceptions ) : System
Flatten ( ) : AggregateException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

보호된 메소드들

메소드 설명
AggregateException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

AggregateException() 공개 메소드

public AggregateException ( ) : System
리턴 System

AggregateException() 공개 메소드

public AggregateException ( IEnumerable innerExceptions ) : System
innerExceptions IEnumerable
리턴 System

AggregateException() 보호된 메소드

protected AggregateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

Flatten() 공개 메소드

public Flatten ( ) : AggregateException
리턴 AggregateException

GetObjectData() 공개 메소드

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