AcManager.Tools.ContentInstallation.PasswordException.PasswordException C# (CSharp) 메소드

PasswordException() 공개 메소드

public PasswordException ( string message ) : System
message string
리턴 System
        public PasswordException(string message) : base(message) {}
    }
PasswordException