AuScGen.GUIException.GUIException C# (CSharp) Method

GUIException() public method

Initializes a new instance of the TCDFrameworkException class.
public GUIException ( Exception innerException ) : System
innerException System.Exception
return System
        public GUIException(Exception innerException)
            : base(innerException)
        {
            Logger.Debug("Inside GUIException Class");

        }
        /// <summary>

Same methods

GUIException::GUIException ( string message ) : System
GUIException::GUIException ( string element, Exception innerException ) : System
GUIException::GUIException ( string element, string message ) : System
GUIException