'Declaration Public Function New( _
ByVal processingCommandThe processing command.As IProcessingCommandInfo, _
ByVal targetThe processing target.As System.Object, _
ByVal processingExceptionThe processing exception.As System.Exception _
)
public ProcessingErrorResult(
IProcessingCommandInfo processingCommand,
System.Object target,
System.Exception processingException
)
public: ProcessingErrorResult(
IProcessingCommandInfo* processingCommand,
System.Object target,
System.Exception* processingException
)
public:
ProcessingErrorResult(
IProcessingCommandInfo^ processingCommand,
System.Object target,
System.Exception^ processingException
)
Parameters
- processingCommand
- The processing command.
- target
- The processing target.
- processingException
- The processing exception.