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

Show in webframe

ErrorId Property






Gets or sets the error id of the cause for the current exception.
Syntax
public int ErrorId {get; set;}
'Declaration
 
Public Property ErrorId As Integer
'Usage
 
Dim instance As CloudFault
Dim value As Integer
 
instance.ErrorId = value
 
value = instance.ErrorId

            

            
public:
property int ErrorId {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value that specifies what caused the exception.
Requirements

Target Platforms

See Also

Reference

CloudFault Class
CloudFault Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK

Error processing SSI file