←Select platform

RasterException Constructor(RasterExceptionCode)

Summary

Initializes a new instance of the RasterException class with a LEADTOOLS exception code.

Syntax

C#
VB
Java
WinRT C#
C++
public RasterException(  
   Leadtools.RasterExceptionCode code 
) 
Public Function New( _ 
   ByVal code As Leadtools.RasterExceptionCode _ 
) 
public RasterException(  
   Leadtools.RasterExceptionCode code 
) 
public RasterException(RasterExceptionCode code) 
function RasterException(  
   code  
) 
public: 
RasterException(  
   Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize