LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Code Property

Show in webframe





Gets or sets the code that caused this exception.
Syntax
public ScreenCaptureExceptionCode Code {get; set;}
'Declaration
 
Public Property Code As ScreenCaptureExceptionCode
'Usage
 
Dim instance As ScreenCaptureException
Dim value As ScreenCaptureExceptionCode
 
instance.Code = value
 
value = instance.Code

            

            
public:
property ScreenCaptureExceptionCode Code {
   ScreenCaptureExceptionCode get();
   void set (    ScreenCaptureExceptionCode value);
}

Property Value

A Code value that specifies what caused this exception.
Example
For an example, refer to ScreenCaptureException.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureException Class
ScreenCaptureException Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.