←Select platform

RasterException Constructor(RasterExceptionCode)

Summary
Initializes a new instance of the RasterException class with a LEADTOOLS exception code.
Syntax
C#
C++/CLI
Java
Python
public RasterException( 
   RasterExceptionCode code 
); 
public: 
RasterException(  
   RasterExceptionCode code 
) 
__init__(self,code) # Overloaded constructor 

Parameters

code
A RasterExceptionCode that specifies what caused this exception.

Remarks

This constructor initializes the class as follows:

Member Value
Message An error string that specifies the error automatically populated by the class.
Code code
InnerException null reference.
Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.