DestinationPartyNotFoundException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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.Core.DestinationPartyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.DestinationPartyNotFoundException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Parametri
Si applica a
DestinationPartyNotFoundException(String, String, String, Exception)
public:
DestinationPartyNotFoundException(System::String ^ name, System::String ^ partyName, System::String ^ partyQualifier, Exception ^ inner);
public DestinationPartyNotFoundException (string name, string partyName, string partyQualifier, Exception inner);
new Microsoft.XLANGs.Core.DestinationPartyNotFoundException : string * string * string * Exception -> Microsoft.XLANGs.Core.DestinationPartyNotFoundException
Public Sub New (name As String, partyName As String, partyQualifier As String, inner As Exception)
Parametri
- name
- String
- partyName
- String
- partyQualifier
- String
- inner
- Exception