AcManager.Tools.ContentInstallation.PasswordException.PasswordException C# (CSharp) Метод

PasswordException() публичный Метод

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