C# Class System.AggregateException

Inheritance: Exception
Afficher le fichier Open project: spicypixel/concurrency-kit-cs Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AggregateException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
AddChildException ( AggregateException childEx ) : void

Method Details

AggregateException() public méthode

public AggregateException ( ) : System
Résultat System

AggregateException() public méthode

public AggregateException ( IEnumerable innerExceptions ) : System
innerExceptions IEnumerable
Résultat System

AggregateException() protected méthode

protected AggregateException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

AggregateException() public méthode

public AggregateException ( string message ) : System
message string
Résultat System

AggregateException() public méthode

public AggregateException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

AggregateException() public méthode

public AggregateException ( string message, IEnumerable innerExceptions ) : System
message string
innerExceptions IEnumerable
Résultat System

Flatten() public méthode

public Flatten ( ) : AggregateException
Résultat AggregateException

GetBaseException() public méthode

public GetBaseException ( ) : Exception
Résultat Exception

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

Handle() public méthode

public Handle ( bool>.Func predicate ) : void
predicate bool>.Func
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string