AcManager.Tools.ContentInstallation.PasswordException.PasswordException C# (CSharp) Method

PasswordException() public method

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