C# 클래스 Polly.Timeout.TimeoutRejectedException

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

공개 메소드들

메소드 설명
TimeoutRejectedException ( ) : System

Initializes a new instance of the TimeoutRejectedException class.

TimeoutRejectedException ( String message ) : System

Initializes a new instance of the TimeoutRejectedException class.

TimeoutRejectedException ( String message, Exception innerException ) : System

Initializes a new instance of the TimeoutRejectedException class.

보호된 메소드들

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

Initializes a new instance of the TimeoutRejectedException class.

메소드 상세

TimeoutRejectedException() 공개 메소드

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

TimeoutRejectedException() 보호된 메소드

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

TimeoutRejectedException() 공개 메소드

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

TimeoutRejectedException() 공개 메소드

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