CSALDatabaseException Members

CSAL Mongo

CSALDatabaseException Members CSAL Mongo Access Library
The CSALDatabaseException type exposes the following members.
Constructors

  NameDescription
Public methodCSALDatabaseException
Delegate construction to base class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetBaseException
When overridden in a derived class, returns the OnlineException that is the root cause of one or more subsequent exceptions.
(Inherited from OnlineException.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetObjectData
When overridden in a derived class, sets the OnlineSerializationInfo with information about the exception.
(Inherited from OnlineException.)
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
Public methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
Properties

  NameDescription
Public propertyOnlineData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from OnlineException.)
Public propertyOnlineHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from OnlineException.)
Public propertyOnlineInnerException
Gets the OnlineException instance that caused the current exception.
(Inherited from OnlineException.)
Public propertyOnlineMessage
Gets a message that describes the current exception.
(Inherited from OnlineException.)
Public propertyOnlineSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from OnlineException.)
Public propertyOnlineStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from OnlineException.)
Public propertyOnlineTargetSite
Gets the method that throws the current exception.
(Inherited from OnlineException.)
Back to Top
See Also