Szerkesztés

Megosztás a következőn keresztül:


ProtocolTransportException Constructors

Definition

Overloads

ProtocolTransportException()
ProtocolTransportException(String)
ProtocolTransportException(String, Exception)

ProtocolTransportException()

public ProtocolTransportException ();
Public Sub New ()

Applies to

ProtocolTransportException(String)

public ProtocolTransportException (string msg);
new Orleans.EventSourcing.ProtocolTransportException : string -> Orleans.EventSourcing.ProtocolTransportException
Public Sub New (msg As String)

Parameters

msg
String

Applies to

ProtocolTransportException(String, Exception)

public ProtocolTransportException (string msg, Exception exc);
new Orleans.EventSourcing.ProtocolTransportException : string * Exception -> Orleans.EventSourcing.ProtocolTransportException
Public Sub New (msg As String, exc As Exception)

Parameters

msg
String
exc
Exception

Applies to