Table of Contents

Class DatabaseException

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

Represents an exception that occurs during database operations.

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

Constructors

DatabaseException()

public DatabaseException()

DatabaseException(SerializationInfo, StreamingContext)

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

Parameters

info SerializationInfo
context StreamingContext

DatabaseException(string)

public DatabaseException(string message)

Parameters

message string

DatabaseException(string, Exception)

public DatabaseException(string message, Exception innerException)

Parameters

message string
innerException Exception