StackTraceElement MembersWebDriver

The StackTraceElement type exposes the following members.
Constructors

  NameDescription
Public methodStackTraceElement 
Initializes a new instance of the StackTraceElement class.
Public methodStackTraceElement(Dictionary String, Object )
Initializes a new instance of the StackTraceElement class using the given property values.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Gets a string representation of the object.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyClassName
Gets or sets the value of the Class name in the stack trace
Public propertyFileName
Gets or sets the value of the filename in the stack
Public propertyLineNumber
Gets or sets the line number
Public propertyMethodName
Gets or sets the Method name in the stack trace
Back to Top
See Also