Redigera

Dela via


OrleansMissingMembershipEntryException Constructors

Definition

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()

Source:
OrleansMissingMembershipEntryException.cs

Initializes a new instance of the OrleansMissingMembershipEntryException class.

public OrleansMissingMembershipEntryException ();
Public Sub New ()

Applies to

OrleansMissingMembershipEntryException(String)

Source:
OrleansMissingMembershipEntryException.cs

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)

Source:
OrleansMissingMembershipEntryException.cs
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

Applies to

OrleansMissingMembershipEntryException(String, Exception)

Source:
OrleansMissingMembershipEntryException.cs

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.

Applies to