Code Property

Summary

Gets or sets the code that caused this exception.

Syntax
C#
VB
C++
public ScreenCaptureExceptionCode Code { get; set; } 
  
Public Property Code As ScreenCaptureExceptionCode 
public: 
property ScreenCaptureExceptionCode Code { 
   ScreenCaptureExceptionCode get(); 
   void set (    ScreenCaptureExceptionCode ); 
} 

Property Value

A Code value that specifies what caused this exception.

Example

For an example, refer to ScreenCaptureException.

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