C# Class XunitShould.AggregateException

Inheritance: XunitShould.Sdk.XunitException
ファイルを表示 Open project: EddieGarmon/XunitShould

Public Methods

Method Description
AggregateException ( ) : System
AggregateException ( IEnumerable innerExceptions ) : System
Flatten ( ) : AggregateException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Protected Methods

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

Method Details

AggregateException() public method

public AggregateException ( ) : System
return System

AggregateException() public method

public AggregateException ( IEnumerable innerExceptions ) : System
innerExceptions IEnumerable
return System

AggregateException() protected method

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

Flatten() public method

public Flatten ( ) : AggregateException
return AggregateException

GetObjectData() public method

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