ABsoluteMaybe.ABsoluteMaybeException.ABsoluteMaybeException C# (CSharp) 메소드

ABsoluteMaybeException() 보호된 메소드

protected ABsoluteMaybeException ( string message ) : System
message string
리턴 System
        protected ABsoluteMaybeException(string message)
            : base(message)
        {
        }
ABsoluteMaybeException