XLANGsDebugException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
XLANGsDebugException() | |
XLANGsDebugException(Exception) | |
XLANGsDebugException(Guid) | |
XLANGsDebugException(SerializationInfo, StreamingContext) |
XLANGsDebugException()
protected:
XLANGsDebugException();
protected XLANGsDebugException ();
Protected Sub New ()
Se aplica 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)
Parámetros
- innerException
- Exception
Se aplica 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)
Parámetros
- instanceId
- Guid
Se aplica 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)