Table of Contents

Class TransferException

Namespace
DotCompute.Memory.Types
Assembly
DotCompute.Memory.dll

Exception thrown when a transfer operation fails.

public class TransferException : Exception, ISerializable
Inheritance
TransferException
Implements
Inherited Members

Constructors

TransferException()

Initializes a new instance of the TransferException class.

public TransferException()

TransferException(string)

Initializes a new instance of the TransferException class with a specified error message.

public TransferException(string message)

Parameters

message string

The message that describes the error.

TransferException(string, Exception)

Initializes a new instance of the TransferException class with a specified error message and inner exception.

public TransferException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.