XLANGsDebugException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
XLANGsDebugException() | |
XLANGsDebugException(Exception) | |
XLANGsDebugException(Guid) | |
XLANGsDebugException(SerializationInfo, StreamingContext) |
XLANGsDebugException()
protected:
XLANGsDebugException();
protected XLANGsDebugException ();
Protected Sub New ()
S’applique à
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)
Paramètres
- innerException
- Exception
S’applique à
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)
Paramètres
- instanceId
- Guid
S’applique à
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)