C# 클래스 System.AggregateException

상속: Exception
파일 보기 프로젝트 열기: spicypixel/concurrency-kit-cs 1 사용 예제들

공개 메소드들

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