Boo.BooLangStudioSpecs.Intellisense.CaretNotFoundException.CaretNotFoundException C# (CSharp) 메소드

CaretNotFoundException() 공개 메소드

public CaretNotFoundException ( string message ) : System
message string
리턴 System
        public CaretNotFoundException(string message)
            : base(message)
        {
        }
CaretNotFoundException