NijieDownloader.Library.NijieException.NijieException C# (CSharp) Method

NijieException() public method

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

Same methods

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