Share via


XlangSoapException Constructors

Definition

Overloads

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)

Parameters

Applies to

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)

Parameters

Applies to