XlangSoapException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- msg
- XLANGMessage
Se aplica 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)