ScreenCaptureExceptionCode Enumeration

Summary

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

Syntax
C#
VB
C++
public enum ScreenCaptureExceptionCode 
  
Public Enum ScreenCaptureExceptionCode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ScreenCaptureExceptionCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
-340NoMenuNo menu to capture.
-339DelayLessThanZeroThe provided delay value is less than zero.
-338StringIdNotDefinedThe provided string id is not defined.
-337CannotCaptureWindowCannot capture window.
-336NoActiveWindowNo active window to capture.
-335InvalidResourceIndexInvalid resource index was provided.
-333Invalid32BitExeOrDllInvalid 32-bit exe or dll.
-332FileAccessFailedFailed to access file.
-331ZeroAreaSizeArea size cannot be 0.
-330InvalidInfoWindowSizeInvalid Information Window size was provided.
-329InvalidInfoWindowPositionInvalid Information Window position was provided.
-328InvalidLineStyleInvalid line type was provided.
-327InvalidFillPatternInvalid fill pattern was provided.
-326NoOptionStructureNo options structure provided.
-325InvalidAreaTypeInvalid area type was provided.
-324HotkeyConflictsWithCancelKeyThe provided HotKey conflicts with the Cancel key.
-323InvalidIntervalInvalid interval value was provided.
-322InvalidCountInvalid count value was provided.
-321InvalidDelayInvalid delay value was provided.
-320StillInProcessCommand is still in process.
-313CannotCreateHotkeyWindowCommand cannot create the HotKey window.
1SuccessCommand Succeeded.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly