C# Class VNetDev.WmiQueryableCore.Exceptions.WmiContextReassignmentException

Thrown when WMI context tried to be reassigned
Inheritance: Exception
Afficher le fichier Open project: epavvol/WmiQueryableCore

Méthodes publiques

Méthode Description
WmiContextReassignmentException ( ) : System

Default constructor

WmiContextReassignmentException ( string message ) : System

Constructor with message provided

Method Details

WmiContextReassignmentException() public méthode

Default constructor
public WmiContextReassignmentException ( ) : System
Résultat System

WmiContextReassignmentException() public méthode

Constructor with message provided
public WmiContextReassignmentException ( string message ) : System
message string Error message
Résultat System