←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.