Patcher.Rules.RuntimeException.RuntimeException C# (CSharp) Method

RuntimeException() public method

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