LimitExceededException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
조직에서 현재 일부 런타임 제한 설정이 초과되고 있는 오버로드된 상태이므로 조직에서 현재 전송 중인 메시지를 수락할 수 없음을 의미합니다.
[System.Serializable]
public class LimitExceededException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class LimitExceededException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type LimitExceededException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type LimitExceededException = class
inherit OrleansException
Public Class LimitExceededException
Inherits OrleansException
Public NotInheritable Class LimitExceededException
Inherits OrleansException
- 상속
- 특성
설명
이 상황은 종종 일시적인 상태입니다. 메시지는 나중에 다시 전송되는 경우 이 조직에서 수락할 수 있습니다.
생성자
LimitExceededException() |
LimitExceededException 클래스의 새 인스턴스를 초기화합니다. |
LimitExceededException(SerializationInfo, StreamingContext) |
조직에서 현재 일부 런타임 제한 설정이 초과되고 있는 오버로드된 상태이므로 조직에서 현재 전송 중인 메시지를 수락할 수 없음을 의미합니다. |
LimitExceededException(String, Exception) |
LimitExceededException 클래스의 새 인스턴스를 초기화합니다. |
LimitExceededException(String, Int32, Int32, Object) |
LimitExceededException 클래스의 새 인스턴스를 초기화합니다. |
LimitExceededException(String) |
LimitExceededException 클래스의 새 인스턴스를 초기화합니다. |