Share via


DestinationPartyNotFoundException Constructors

Definition

Overloads

DestinationPartyNotFoundException(SerializationInfo, StreamingContext)
DestinationPartyNotFoundException(String, String, String, Exception)

DestinationPartyNotFoundException(SerializationInfo, StreamingContext)

protected:
 DestinationPartyNotFoundException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected DestinationPartyNotFoundException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.DestinationPartyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.DestinationPartyNotFoundException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

Parameters

Applies to

DestinationPartyNotFoundException(String, String, String, Exception)

protected:
 DestinationPartyNotFoundException(System::String ^ name, System::String ^ partyName, System::String ^ partyQualifier, Exception ^ inner);
protected DestinationPartyNotFoundException (string name, string partyName, string partyQualifier, Exception inner);
new Microsoft.XLANGs.BaseTypes.DestinationPartyNotFoundException : string * string * string * Exception -> Microsoft.XLANGs.BaseTypes.DestinationPartyNotFoundException
Protected Sub New (name As String, partyName As String, partyQualifier As String, inner As Exception)

Parameters

name
String
partyName
String
partyQualifier
String
inner
Exception

Applies to