Class InputFileTransferException
Represents an exception that occurred during transfer of input files. This is a critical exception that requires special handling.
Inherited Members
Namespace: DNVGL.One.Compute.Core.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class InputFileTransferException : TerminateExecutionException
Constructors
View SourceInputFileTransferException(String, Exception)
Initializes a new instance of the InputFileTransferException class.
Declaration
public InputFileTransferException(string message = null, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |