OrleansMissingMembershipEntryException Class
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.
Exception used to indicate that a cluster membership entry which was expected to be present.
[System.Serializable]
public class OrleansMissingMembershipEntryException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansMissingMembershipEntryException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type OrleansMissingMembershipEntryException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansMissingMembershipEntryException = class
inherit OrleansException
Public Class OrleansMissingMembershipEntryException
Inherits OrleansException
Public NotInheritable Class OrleansMissingMembershipEntryException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
OrleansMissingMembershipEntryException() |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |
OrleansMissingMembershipEntryException(SerializationInfo, StreamingContext) | |
OrleansMissingMembershipEntryException(String, Exception) |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |
OrleansMissingMembershipEntryException(String) |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |