다음을 통해 공유


CacheFullException 생성자

정의

오버로드

CacheFullException()

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

CacheFullException(String)

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

CacheFullException(SerializationInfo, StreamingContext)
CacheFullException(String, Exception)

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

CacheFullException()

Source:
DataNotAvailableException.cs

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

public CacheFullException ();
Public Sub New ()

적용 대상

CacheFullException(String)

Source:
DataNotAvailableException.cs

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

public CacheFullException (string message);
new Orleans.Streams.CacheFullException : string -> Orleans.Streams.CacheFullException
Public Sub New (message As String)

매개 변수

message
String

메시지입니다.

적용 대상

CacheFullException(SerializationInfo, StreamingContext)

Source:
DataNotAvailableException.cs
public CacheFullException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.CacheFullException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.CacheFullException
Public Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

적용 대상

CacheFullException(String, Exception)

Source:
DataNotAvailableException.cs

CacheFullException 클래스의 새 인스턴스를 초기화합니다.

public CacheFullException (string message, Exception inner);
new Orleans.Streams.CacheFullException : string * Exception -> Orleans.Streams.CacheFullException
Public Sub New (message As String, inner As Exception)

매개 변수

message
String

메시지입니다.

inner
Exception

내부입니다.

적용 대상