C# 클래스 GameDevWare.Charon.Tasks.AggregateException

상속: System.Exception
파일 보기 프로젝트 열기: deniszykov/charon-unity3d

공개 메소드들

메소드 설명
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