Edytuj

Udostępnij za pośrednictwem


UnsupportedWireTypeException Constructors

Definition

Overloads

UnsupportedWireTypeException()

Initializes a new instance of the UnsupportedWireTypeException class.

UnsupportedWireTypeException(String)

Initializes a new instance of the UnsupportedWireTypeException class.

UnsupportedWireTypeException()

Initializes a new instance of the UnsupportedWireTypeException class.

public UnsupportedWireTypeException ();
Public Sub New ()

Applies to

UnsupportedWireTypeException(String)

Initializes a new instance of the UnsupportedWireTypeException class.

public UnsupportedWireTypeException (string message);
new Orleans.Serialization.UnsupportedWireTypeException : string -> Orleans.Serialization.UnsupportedWireTypeException
Public Sub New (message As String)

Parameters

message
String

The message that describes the error.

Applies to