Patcher.Rules.RuntimeException.RuntimeException C# (CSharp) Méthode

RuntimeException() public méthode

public RuntimeException ( string message, RuntimeError error ) : System
message string
error RuntimeError
Résultat System
        public RuntimeException(string message, RuntimeError error)
            : base(message)
        {
            Error = error;
        }
RuntimeException