Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

Code Property






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

Error processing SSI file