ProviderStateException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- innerException
- Exception