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