C# Class GameDevWare.Charon.Tasks.AggregateException

Inheritance: System.Exception
Show file Open project: deniszykov/charon-unity3d

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 ( Predicate predicate ) : void
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
AggregateException ( string message, IList innerExceptions ) : 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

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 System.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 System.Exception

GetObjectData() public method

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

Handle() public method

public Handle ( Predicate predicate ) : void
predicate Predicate
return void

ToString() public method

public ToString ( ) : string
return string