ABsoluteMaybe.ABsoluteMaybeException.ABsoluteMaybeException C# (CSharp) Метод

ABsoluteMaybeException() защищенный Метод

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