ResumingFromDebugModeFailedException 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
ResumingFromDebugModeFailedException(Exception, Guid) | |
ResumingFromDebugModeFailedException(SerializationInfo, StreamingContext) |
ResumingFromDebugModeFailedException(Exception, Guid)
public:
ResumingFromDebugModeFailedException(Exception ^ inner, Guid instanceId);
public ResumingFromDebugModeFailedException (Exception inner, Guid instanceId);
new Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException : Exception * Guid -> Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException
Public Sub New (inner As Exception, instanceId As Guid)
Paramètres
- inner
- Exception
- instanceId
- Guid
S’applique à
ResumingFromDebugModeFailedException(SerializationInfo, StreamingContext)
protected:
ResumingFromDebugModeFailedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected ResumingFromDebugModeFailedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)