C# 클래스 RTools.Util.StreamTokenizerUntermCommentException

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

공개 메소드들

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

Construct with a particular message.

메소드 상세

StreamTokenizerUntermCommentException() 공개 메소드

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