Classe MachineException
Questa classe di eccezione è definita per gestire errori specifici del computer. Ogni volta che si verifica un'occorrenza non prevista, viene generata una MacchinaException per aggiungere altri dettagli correlati al computer.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assemblea: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Utilizzo
Visual Basic
Dim instance As MachineException
Sintassi
Visual Basic
<SerializableAttribute> _
Public Class MachineException
Inherits ProjectManagerException
C#
[SerializableAttribute]
public class MachineException : ProjectManagerException
Gerarchia di ereditarietà
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.ProjectManagerException
Microsoft.Windows.Kits.Hardware.ObjectModel.MachineException
Sicurezza thread
Tutti i membri statici pubblici (condivisi in Visual Basic) di questo tipo sono thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.