다음을 통해 공유


InconsistentStateException 생성자

정의

오버로드

InconsistentStateException()

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

InconsistentStateException(SerializationInfo, StreamingContext)
사용되지 않음.

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

InconsistentStateException(String)

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

InconsistentStateException(String, String, Exception)

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

InconsistentStateException(String, String, String)

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

InconsistentStateException(String, Exception)

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

InconsistentStateException(String, String, String, Exception)

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

InconsistentStateException()

Source:
IGrainStorage.cs

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

public InconsistentStateException ();
Public Sub New ()

적용 대상

InconsistentStateException(SerializationInfo, StreamingContext)

Source:
IGrainStorage.cs

주의

이 API는 이제 사용되지 않습니다.

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

protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected InconsistentStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
[<System.Obsolete>]
new Orleans.Storage.InconsistentStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.InconsistentStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

serialization 정보입니다.

context
StreamingContext

컨텍스트입니다.

특성

적용 대상

InconsistentStateException(String)

Source:
IGrainStorage.cs

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

public InconsistentStateException (string msg);
public InconsistentStateException (string message);
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String)
Public Sub New (message As String)

매개 변수

msgmessage
String

적용 대상

InconsistentStateException(String, String, Exception)

Source:
IGrainStorage.cs

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

public InconsistentStateException (string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

storedEtag
String

저장된 ETag입니다.

currentEtag
String

현재 ETag입니다.

storageException
Exception

스토리지 예외입니다.

적용 대상

InconsistentStateException(String, String, String)

Source:
IGrainStorage.cs

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

public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag);
new Orleans.Storage.InconsistentStateException : string * string * string -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String)

매개 변수

errorMsg
String

오류 메시지입니다.

storedEtag
String

저장된 ETag입니다.

currentEtag
String

현재 ETag입니다.

적용 대상

InconsistentStateException(String, Exception)

Source:
IGrainStorage.cs

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

public InconsistentStateException (string msg, Exception exc);
public InconsistentStateException (string message, Exception innerException);
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
new Orleans.Storage.InconsistentStateException : string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)

매개 변수

msgmessage
String
excinnerException
Exception

적용 대상

InconsistentStateException(String, String, String, Exception)

Source:
IGrainStorage.cs

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

public InconsistentStateException (string errorMsg, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.InconsistentStateException : string * string * string * Exception -> Orleans.Storage.InconsistentStateException
Public Sub New (errorMsg As String, storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

errorMsg
String

오류 메시지입니다.

storedEtag
String

저장된 ETag입니다.

currentEtag
String

현재 ETag입니다.

storageException
Exception

내부 예외입니다.

적용 대상