LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterException Constructor(String,RasterExceptionCode)






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. .NET support Silverlight support WinRT support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterException Class
RasterException Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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