LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureException Class Properties
See Also 
Leadtools.ScreenCapture Namespace : ScreenCaptureException Class


"

For a list of all members of this type, see ScreenCaptureException members.

"

Public Properties

 NameDescription
public Property CodeGets or sets the code that caused this exception.  
public Property DataGets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from System.Exception)
public Property HelpLinkGets or sets a link to the help file associated with this exception. (Inherited from System.Exception)
public Property InnerExceptionGets the System.Exception instance that caused the current exception. (Inherited from System.Exception)
public Property MessageOverridden. (Read only) Gets a message that describes the current exception.  
public Property SourceGets or sets the name of the application or the object that causes the error. (Inherited from System.Exception)
public Property StackTraceGets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from System.Exception)
public Property TargetSiteGets the method that throws the current exception. (Inherited from System.Exception)
Top

Protected Properties

 NameDescription
protected Property HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from System.Exception)
Top

See Also