C# 클래스 VNetDev.WmiQueryableCore.Exceptions.WmiContextReassignmentException

Thrown when WMI context tried to be reassigned
상속: Exception
파일 보기 프로젝트 열기: epavvol/WmiQueryableCore

공개 메소드들

메소드 설명
WmiContextReassignmentException ( ) : System

Default constructor

WmiContextReassignmentException ( string message ) : System

Constructor with message provided

메소드 상세

WmiContextReassignmentException() 공개 메소드

Default constructor
public WmiContextReassignmentException ( ) : System
리턴 System

WmiContextReassignmentException() 공개 메소드

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