Click or drag to resize

IDatabaseException Interface

Database exception

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IDatabaseException : IException, 
	IDisposable, IEquatable<IProxy>

The IDatabaseException type exposes the following members.

Properties
  NameDescription
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from IException.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from IException.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from IException.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from IException.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from IException.)
Top
See Also