Bari.Core.Exceptions.SuiteValidatorException.SuiteValidatorException C# (CSharp) Метод

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

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