C# Класс System.AggregateException

Наследование: Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
AggregateException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
AddChildException ( AggregateException childEx ) : void

Описание методов

AggregateException() публичный Метод

public AggregateException ( ) : System
Результат System

AggregateException() публичный Метод

public AggregateException ( IEnumerable innerExceptions ) : System
innerExceptions IEnumerable
Результат System

AggregateException() защищенный Метод

protected AggregateException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

AggregateException() публичный Метод

public AggregateException ( string message ) : System
message string
Результат System

AggregateException() публичный Метод

public AggregateException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System

AggregateException() публичный Метод

public AggregateException ( string message, IEnumerable innerExceptions ) : System
message string
innerExceptions IEnumerable
Результат System

Flatten() публичный Метод

public Flatten ( ) : AggregateException
Результат AggregateException

GetBaseException() публичный Метод

public GetBaseException ( ) : Exception
Результат Exception

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Результат void

Handle() публичный Метод

public Handle ( bool>.Func predicate ) : void
predicate bool>.Func
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string