OrleansMissingMembershipEntryException 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
OrleansMissingMembershipEntryException() |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |
OrleansMissingMembershipEntryException(String) |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |
OrleansMissingMembershipEntryException(SerializationInfo, StreamingContext) | |
OrleansMissingMembershipEntryException(String, Exception) |
Initializes a new instance of the OrleansMissingMembershipEntryException class. |
OrleansMissingMembershipEntryException()
Initializes a new instance of the OrleansMissingMembershipEntryException class.
public OrleansMissingMembershipEntryException ();
Public Sub New ()
Applies to
OrleansMissingMembershipEntryException(String)
Initializes a new instance of the OrleansMissingMembershipEntryException class.
public OrleansMissingMembershipEntryException (string message);
new Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException : string -> Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
OrleansMissingMembershipEntryException(SerializationInfo, StreamingContext)
public OrleansMissingMembershipEntryException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
OrleansMissingMembershipEntryException(String, Exception)
Initializes a new instance of the OrleansMissingMembershipEntryException class.
public OrleansMissingMembershipEntryException (string message, Exception innerException);
new Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException : string * Exception -> Orleans.Runtime.MembershipService.OrleansMissingMembershipEntryException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message.
- innerException
- Exception
The inner exception.