AwbUpdater.AbortException.AbortException C# (CSharp) Method

AbortException() public method

public AbortException ( string message ) : System
message string
return System
        public AbortException(string message)
            : base(message)
        {
        }

Same methods

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