ProviderStateException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ProviderStateException() | |
ProviderStateException(String) | |
ProviderStateException(SerializationInfo, StreamingContext) | |
ProviderStateException(String, Exception) |
ProviderStateException()
ProviderStateException(String)
- Source:
- ProviderStateManager.cs
public ProviderStateException (string message);
new Orleans.Providers.ProviderStateException : string -> Orleans.Providers.ProviderStateException
Public Sub New (message As String)
参数
- message
- String
适用于
ProviderStateException(SerializationInfo, StreamingContext)
- Source:
- ProviderStateManager.cs
protected ProviderStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Providers.ProviderStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Providers.ProviderStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
- context
- StreamingContext
适用于
ProviderStateException(String, Exception)
- Source:
- ProviderStateManager.cs
public ProviderStateException (string message, Exception innerException);
new Orleans.Providers.ProviderStateException : string * Exception -> Orleans.Providers.ProviderStateException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
- innerException
- Exception