Boo.BooLangStudioSpecs.Intellisense.CaretNotFoundException.CaretNotFoundException C# (CSharp) Method

CaretNotFoundException() public method

public CaretNotFoundException ( string message ) : System
message string
return System
        public CaretNotFoundException(string message)
            : base(message)
        {
        }
CaretNotFoundException