←Select platform

RasterFault Constructor

Summary

Initializes a new instance of the RasterFault class.

Syntax

C#
VB
C++
public RasterFault( 
   int errorId, 
   string errorMessage 
) 
  
Public Function New( _ 
   ByVal errorId As Integer, _ 
   ByVal errorMessage As String _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.