Error processing SSI file
LEADTOOLS JobProcessor (Leadtools.Services.JobProcessor.FaultContracts assembly)

Show in webframe

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:
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 the LEADTOOLS Distributed Computing (Job Processor) SDK

Error processing SSI file