C# 클래스 Polly.Bulkhead.BulkheadRejectedException

상속: ExecutionRejectedException
파일 보기 프로젝트 열기: App-vNext/Polly

공개 메소드들

메소드 설명
BulkheadRejectedException ( ) : System

Initializes a new instance of the BulkheadRejectedException class.

BulkheadRejectedException ( String message ) : System

Initializes a new instance of the BulkheadRejectedException class.

BulkheadRejectedException ( String message, Exception innerException ) : System

Initializes a new instance of the BulkheadRejectedException class.

보호된 메소드들

메소드 설명
BulkheadRejectedException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BulkheadRejectedException class.

메소드 상세

BulkheadRejectedException() 공개 메소드

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( ) : System
리턴 System

BulkheadRejectedException() 보호된 메소드

Initializes a new instance of the BulkheadRejectedException class.
protected BulkheadRejectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The information.
context System.Runtime.Serialization.StreamingContext The context.
리턴 System

BulkheadRejectedException() 공개 메소드

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( String message ) : System
message String The message.
리턴 System

BulkheadRejectedException() 공개 메소드

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( String message, Exception innerException ) : System
message String The message.
innerException System.Exception The inner exception.
리턴 System