XLANGsException Constructors
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.
protected:
XLANGsException();
C#
protected XLANGsException ();
Protected Sub New ()
Applies to
BizTalk Server 2020 и BizTalk Server 2016
Продукт | Версии |
---|---|
BizTalk Server | 2016, 2020 |
protected:
XLANGsException(Exception ^ innerException);
C#
protected XLANGsException (Exception innerException);
new Microsoft.XLANGs.BaseTypes.XLANGsException : Exception -> Microsoft.XLANGs.BaseTypes.XLANGsException
Protected Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
BizTalk Server 2020 и BizTalk Server 2016
Продукт | Версии |
---|---|
BizTalk Server | 2016, 2020 |
protected:
XLANGsException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
C#
protected XLANGsException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.XLANGsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.XLANGsException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)
Parameters
Applies to
BizTalk Server 2020 и BizTalk Server 2016
Продукт | Версии |
---|---|
BizTalk Server | 2016, 2020 |