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

NijieException() public method

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

Same methods

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