DestinationPartyNotFoundException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Core.DestinationPartyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.DestinationPartyNotFoundException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Parameters
Applies to
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)
Parameters
- name
- String
- partyName
- String
- partyQualifier
- String
- inner
- Exception