C# 클래스 ARCed.Controls.TimerStartException

The exception that is thrown when a timer fails to start.
상속: System.ApplicationException
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
TimerStartException ( string message ) : System

Initializes a new instance of the TimerStartException class.

메소드 상세

TimerStartException() 공개 메소드

Initializes a new instance of the TimerStartException class.
public TimerStartException ( string message ) : System
message string /// The error message that explains the reason for the exception. ///
리턴 System