ABsoluteMaybe.ABsoluteMaybeException.ABsoluteMaybeException C# (CSharp) Method

ABsoluteMaybeException() protected method

protected ABsoluteMaybeException ( string message ) : System
message string
return System
        protected ABsoluteMaybeException(string message)
            : base(message)
        {
        }
ABsoluteMaybeException