Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScreenCaptureExceptionCode Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureExceptionCode Enumeration



Enumeration that indicates the exceptions that can occur in this command.

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureExceptionCode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureExceptionCode
C# 
public enum ScreenCaptureExceptionCode : Enum 
C++/CLI 
public enum class ScreenCaptureExceptionCode : public Enum 

Members

MemberDescription
Success Command Succeeded.
CannotCreateHotkeyWindow Command cannot create the HotKey window.
StillInProcess Command is still in process.
InvalidDelay Invalid delay value was provided.
InvalidCount Invalid count value was provided.
InvalidInterval Invalid interval value was provided.
HotkeyConflictsWithCancelKey The provided HotKey conflicts with the Cancel key.
InvalidAreaType Invalid area type was provided.
NoOptionStructure No options structure provided.
InvalidFillPattern Invalid fill pattern was provided.
InvalidLineStyle Invalid line type was provided.
InvalidInfoWindowPosition Invalid Information Window position was provided.
InvalidInfoWindowSize Invalid Information Window size was provided.
ZeroAreaSize Area size cannot be 0.
FileAccessFailed Failed to access file.
Invalid32BitExeOrDll Invalid 32-bit exe or dll.
InvalidResourceIndex Invalid resource index was provided.
NoActiveWindow No active window to capture.
CannotCaptureWindow Cannot capture window.
StringIdNotDefined The provided string id is not defined.
DelayLessThanZero The provided delay value is less than zero.
NoMenu No menu to capture.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureExceptionCode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also