LEADTOOLS Cloud (Leadtools.Services.Cloud.FaultContracts assembly)

ErrorMessage Property

Show in webframe





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:
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

See Also

Reference

CloudFault Class
CloudFault Members
Programming with Leadtools Cloud SDK

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.