DestinationPartyNotFoundException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
適用於
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)
參數
- name
- String
- partyName
- String
- partyQualifier
- String
- inner
- Exception