XlangSoapException 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
XlangSoapException(XLANGMessage, SoapException) | |
XlangSoapException(SerializationInfo, StreamingContext) |
XlangSoapException(XLANGMessage, SoapException)
public:
XlangSoapException(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ msg, System::Web::Services::Protocols::SoapException ^ e);
public XlangSoapException (Microsoft.XLANGs.BaseTypes.XLANGMessage msg, System.Web.Services.Protocols.SoapException e);
new Microsoft.XLANGs.Core.XlangSoapException : Microsoft.XLANGs.BaseTypes.XLANGMessage * System.Web.Services.Protocols.SoapException -> Microsoft.XLANGs.Core.XlangSoapException
Public Sub New (msg As XLANGMessage, e As SoapException)
Parametri
- msg
- XLANGMessage
Si applica a
XlangSoapException(SerializationInfo, StreamingContext)
protected:
XlangSoapException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected XlangSoapException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.Core.XlangSoapException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.XlangSoapException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)