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
messagestringThe 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)