LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureExceptionCode
C# 
public enum ScreenCaptureExceptionCode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureExceptionCode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CannotCaptureWindowCannot capture window.
CannotCreateHotkeyWindowCommand cannot create the HotKey window.
DelayLessThanZeroThe provided delay value is less than zero.
FileAccessFailedFailed to access file.
HotkeyConflictsWithCancelKeyThe provided HotKey conflicts with the Cancel key.
Invalid32BitExeOrDllInvalid 32-bit exe or dll.
InvalidAreaTypeInvalid area type was provided.
InvalidCountInvalid count value was provided.
InvalidDelayInvalid delay value was provided.
InvalidFillPatternInvalid fill pattern was provided.
InvalidInfoWindowPositionInvalid Information Window position was provided.
InvalidInfoWindowSizeInvalid Information Window size was provided.
InvalidIntervalInvalid interval value was provided.
InvalidLineStyleInvalid line type was provided.
InvalidResourceIndexInvalid resource index was provided.
NoActiveWindowNo active window to capture.
NoMenuNo menu to capture.
NoOptionStructureNo options structure provided.
StillInProcessCommand is still in process.
StringIdNotDefinedThe provided string id is not defined.
SuccessCommand Succeeded.
ZeroAreaSizeArea size cannot be 0.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also