C# 클래스 OpenHome.Net.Device.ActionError

Thrown when an invoked action fails. Will not be visible to external code
상속: System.Exception
파일 보기 프로젝트 열기: openhome/ohNet 1 사용 예제들

공개 메소드들

메소드 설명
ActionError ( ) : System
ActionError ( string aMessage ) : System
ActionError ( uint aCode, string aMessage ) : System

메소드 상세

ActionError() 공개 메소드

public ActionError ( ) : System
리턴 System

ActionError() 공개 메소드

public ActionError ( string aMessage ) : System
aMessage string
리턴 System

ActionError() 공개 메소드

public ActionError ( uint aCode, string aMessage ) : System
aCode uint
aMessage string
리턴 System