C# Class VNetDev.WmiQueryableCore.Exceptions.WmiContextReassignmentException

Thrown when WMI context tried to be reassigned
Inheritance: Exception
Datei anzeigen Open project: epavvol/WmiQueryableCore

Public Methods

Method Description
WmiContextReassignmentException ( ) : System

Default constructor

WmiContextReassignmentException ( string message ) : System

Constructor with message provided

Method Details

WmiContextReassignmentException() public method

Default constructor
public WmiContextReassignmentException ( ) : System
return System

WmiContextReassignmentException() public method

Constructor with message provided
public WmiContextReassignmentException ( string message ) : System
message string Error message
return System