InconsistentStateException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
序列化信息。
- 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
内部异常。