AwbUpdater.AbortException.AbortException C# (CSharp) Method

AbortException() public method

public AbortException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public AbortException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

AbortException::AbortException ( ) : System
AbortException::AbortException ( System info, System context ) : System
AbortException::AbortException ( string message ) : System
AbortException