C# 클래스 Secs4Net.SecsException

상속: System.Exception
파일 보기 프로젝트 열기: mkjeff/secs4net

공개 메소드들

메소드 설명
SecsException ( SecsMessage msg, string description ) : System
SecsException ( string msg ) : System

메소드 상세

SecsException() 공개 메소드

public SecsException ( SecsMessage msg, string description ) : System
msg SecsMessage
description string
리턴 System

SecsException() 공개 메소드

public SecsException ( string msg ) : System
msg string
리턴 System