LEADTOOLS (Leadtools assembly)

RasterException Constructor(String,RasterExceptionCode)

Show in webframe







A System.String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
A RasterExceptionCode that specifies what caused this exception.
Initializes a new instance of the RasterException class with a message and LEADTOOLS exception code.
Syntax
public RasterException( 
   string message,
   RasterExceptionCode code
)
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal code As RasterExceptionCode _
)
'Usage
 
Dim message As String
Dim code As RasterExceptionCode
 
Dim instance As New RasterException(message, code)
public RasterException( 
   string message,
   RasterExceptionCode code
)

            
public RasterException(
  String message, 
  RasterExceptionCode code
)
            
function RasterException( 
   message ,
   code 
)
public:
RasterException( 
   String^ message,
   RasterExceptionCode code
)

Parameters

message
A System.String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
code
A RasterExceptionCode that specifies what caused this exception.
Remarks
A RasterExceptionCode that specifies what caused this exception.

This constructor initializes the class as follows:

Member Value
Message message
Code code
System.Exception.InnerException Null reference (Nothing in Visual Basic).
Requirements

Target Platforms

See Also

Reference

RasterException Class
RasterException Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.