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
infoSerializationInfocontextStreamingContext
DataLoaderException(string)
public DataLoaderException(string message)
Parameters
messagestring
DataLoaderException(string, Exception)
public DataLoaderException(string message, Exception innerException)