XlangSoapException 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
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
- msg
- XLANGMessage
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)