C# Класс GameDevWare.Charon.Tasks.AggregateException

Наследование: System.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 ( Predicate predicate ) : void
ToString ( ) : string

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

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

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

Метод Описание
AggregateException ( string message, IList innerExceptions ) : 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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Handle ( Predicate predicate ) : void
predicate Predicate
Результат void

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

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