Table of Contents

Class DataLoaderException

Namespace
RisingV.Shared.Exceptions
Assembly
RisingV.Shared.dll

Represents an exception that occurs during data loading operations in the database.

public class DataLoaderException : DatabaseException, ISerializable
Inheritance
DataLoaderException
Implements
Inherited Members
Extension Methods

Constructors

DataLoaderException()

public DataLoaderException()

DataLoaderException(SerializationInfo, StreamingContext)

[Obsolete("Obsolete")]
protected DataLoaderException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DataLoaderException(string)

public DataLoaderException(string message)

Parameters

message string

DataLoaderException(string, Exception)

public DataLoaderException(string message, Exception innerException)

Parameters

message string
innerException Exception