Boo.BooLangStudioSpecs.Intellisense.CaretNotFoundException.CaretNotFoundException C# (CSharp) Метод

CaretNotFoundException() публичный Метод

public CaretNotFoundException ( string message ) : System
message string
Результат System
        public CaretNotFoundException(string message)
            : base(message)
        {
        }
CaretNotFoundException