LEADTOOLS Cloud (Leadtools.Services.Cloud.FaultContracts assembly)
LEAD Technologies, Inc

ErrorMessage Property






Gets or sets a message that describes the current exception.
Syntax
public string ErrorMessage {get; set;}
'Declaration
 
Public Property ErrorMessage As String
'Usage
 
Dim instance As CloudFault
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
public string ErrorMessage {get; set;}
 get_ErrorMessage();
set_ErrorMessage(value);
public:
property String^ ErrorMessage {
   String^ get();
   void set (    String^ value);
}

Property Value

The error message that explains the reason for the exception. This can also be an empty string("") if no message was specified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CloudFault Class
CloudFault Members
Programming with Leadtools Cloud SDK

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.