C# Class AuScGen.GUIException

This Exception Class handles the exceptions related to Telerik and Browser
Inheritance: Framework.TCDFrameworkException
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method Description
GUIException ( Exception innerException ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string message ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string element, Exception innerException ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string element, string message ) : System

Initializes a new instance of the GUIException class.

Method Details

GUIException() public method

Initializes a new instance of the TCDFrameworkException class.
public GUIException ( Exception innerException ) : System
innerException System.Exception
return System

GUIException() public method

Initializes a new instance of the TCDFrameworkException class.
Failed to find the Element on the screen!
public GUIException ( string message ) : System
message string The message that describes the error.
return System

GUIException() public method

Initializes a new instance of the TCDFrameworkException class.
///
public GUIException ( string element, Exception innerException ) : System
element string The element.
innerException System.Exception The exception that is the cause of the current /// exception, or a null reference (Nothing in Visual Basic) if no inner /// exception is specified.
return System

GUIException() public method

Initializes a new instance of the GUIException class.
public GUIException ( string element, string message ) : System
element string The element.
message string The message.
return System