XLANGsDebugException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
XLANGsDebugException() | |
XLANGsDebugException(Exception) | |
XLANGsDebugException(Guid) | |
XLANGsDebugException(SerializationInfo, StreamingContext) |
XLANGsDebugException()
protected:
XLANGsDebugException();
protected XLANGsDebugException ();
Protected Sub New ()
Si applica a
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)
Parametri
- innerException
- Exception
Si applica a
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)
Parametri
- instanceId
- Guid
Si applica a
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)