CloudFault Constructor(int,string)

Summary

Initializes a new instance of the CloudFault class.

Syntax
C#
VB
C++
public CloudFault( 
   int errorId, 
   string errorMessage 
) 
  
Public Function New( _ 
   ByVal errorId As Integer, _ 
   ByVal errorMessage As String _ 
) 
public: 
CloudFault(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.