XLANGsException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
XLANGsException() | |
XLANGsException(Exception) | |
XLANGsException(SerializationInfo, StreamingContext) |
XLANGsException()
protected:
XLANGsException();
protected XLANGsException ();
Protected Sub New ()
适用于
XLANGsException(Exception)
protected:
XLANGsException(Exception ^ innerException);
protected XLANGsException (Exception innerException);
new Microsoft.XLANGs.BaseTypes.XLANGsException : Exception -> Microsoft.XLANGs.BaseTypes.XLANGsException
Protected Sub New (innerException As Exception)
参数
- innerException
- Exception
适用于
XLANGsException(SerializationInfo, StreamingContext)
protected:
XLANGsException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
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)