NijieDownloader.Library.NijieException.NijieException C# (CSharp) 메소드

NijieException() 공개 메소드

public NijieException ( string message, Exception innerException, int errorCode ) : System
message string
innerException System.Exception
errorCode int
리턴 System
        public NijieException(string message, Exception innerException, int errorCode)
            : base(message, innerException)
        {
            this.ErrorCode = errorCode;
        }

Same methods

NijieException::NijieException ( string message, int errorCode ) : System