C# 클래스 RTools.Util.StreamTokenizerUntermException

Exception class for unterminated tokens.
상속: System.Exception
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
StreamTokenizerUntermException ( string msg ) : System

Construct with a particular message.

메소드 상세

StreamTokenizerUntermException() 공개 메소드

Construct with a particular message.
public StreamTokenizerUntermException ( string msg ) : System
msg string The message to store in this object.
리턴 System