LEADTOOLS WCF (Leadtools.Services.Raster.FaultContracts assembly)

RasterFault Constructor

Show in webframe





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
)

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

See Also

Reference

RasterFault Class
RasterFault Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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