LEADTOOLS WCF (Leadtools.Services.Raster.FaultContracts assembly)
LEAD Technologies, Inc

RasterFault Constructor






The code that caused the exception.
The error message that explains the reason for the exception, or an empty string("").
Initializes a new instance of the RasterFault class.
Syntax
public RasterFault( 
   int errorId,
   string errorMessage
)
'Declaration
 
Public Function New( _
   ByVal errorId As Integer, _
   ByVal errorMessage As String _
)
'Usage
 
Dim errorId As Integer
Dim errorMessage As String
 
Dim instance As New RasterFault(errorId, errorMessage)
public RasterFault( 
   int errorId,
   string errorMessage
)
function RasterFault( 
   errorId ,
   errorMessage 
)
public:
RasterFault( 
   int errorId,
   String^ errorMessage
)

Parameters

errorId
The code that caused the exception.
errorMessage
The error message that explains the reason for the exception, or an empty string("").
Remarks
The constructor initializes the ErrorMessage property of the new instance using errorMessage and the ErrorId property of the new instance using errorId.
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

RasterFault Class
RasterFault Members

 

 


Products | Support | Contact Us | Copyright Notices

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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features