C# Class System.AggregateException

Inheritance: Exception
显示文件 Open project: spicypixel/concurrency-kit-cs Class Usage Examples

Public Methods

Method Description
AggregateException ( ) : System
AggregateException ( IEnumerable innerExceptions ) : System
AggregateException ( string message ) : System
AggregateException ( string message, Exception innerException ) : System
AggregateException ( string message, IEnumerable innerExceptions ) : System
Flatten ( ) : AggregateException
GetBaseException ( ) : Exception
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Handle ( bool>.Func predicate ) : void
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
AddChildException ( AggregateException childEx ) : void

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 SerializationInfo
context StreamingContext
return System

AggregateException() public method

public AggregateException ( string message ) : System
message string
return System

AggregateException() public method

public AggregateException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

AggregateException() public method

public AggregateException ( string message, IEnumerable innerExceptions ) : System
message string
innerExceptions IEnumerable
return System

Flatten() public method

public Flatten ( ) : AggregateException
return AggregateException

GetBaseException() public method

public GetBaseException ( ) : Exception
return Exception

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

Handle() public method

public Handle ( bool>.Func predicate ) : void
predicate bool>.Func
return void

ToString() public method

public ToString ( ) : string
return string