ADLib.ADNotFound.ADNotFound C# (CSharp) Method

ADNotFound() public method

public ADNotFound ( string message ) : System
message string
return System
        public ADNotFound(string message)
            : base(message)
        {
        }
ADNotFound