←Select platform

SetErrorStatus Method

Summary

Sets an error status message for the volume.

Syntax
C#
VB
C++
public static void SetErrorStatus( 
   string id, 
   string text 
) 
Public Shared Sub SetErrorStatus( 
   ByVal id As String, 
   ByVal text As String 
) 
public:  
   static void SetErrorStatus( 
      String^ id, 
      String^ text 
   ) 

Parameters

id

ID of the volume.

text

Text containing a description of the error.

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.