←Select platform

RasterException Constructor(RasterExceptionCode)

Summary
Initializes a new instance of the RasterException class with a LEADTOOLS exception code.
Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal code As RasterExceptionCode _ 
) 
public RasterException(RasterExceptionCode code) 
public: 
RasterException(  
   RasterExceptionCode code 
) 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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