共用方式為


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()

來源:
IGrainStorage.cs

初始化 InconsistentStateException 類別的新執行個體。

public InconsistentStateException ();
Public Sub New ()

適用於

InconsistentStateException(SerializationInfo, StreamingContext)

來源:
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

序列化資訊。

context
StreamingContext

內容。

屬性

適用於

InconsistentStateException(String)

來源:
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)

來源:
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)

來源:
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)

來源:
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)

來源:
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

內部例外狀況。

適用於