Show / Hide Table of Contents

Class InputFileTransferException

Represents an exception that occurred during transfer of input files. This is a critical exception that requires special handling.

Inheritance
System.Object
TerminateExecutionException
InputFileTransferException
Inherited Members
TerminateExecutionException.ErrorCode
Namespace: DNVGL.One.Compute.Core.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class InputFileTransferException : TerminateExecutionException

Constructors

View Source

InputFileTransferException(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.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.