Patcher.Rules.RuntimeException.RuntimeException C# (CSharp) 메소드

RuntimeException() 공개 메소드

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