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

内部例外。

適用対象