Click or drag to resize

IException Interface

Exception interface

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

The IException type exposes the following members.

Properties
  NameDescription
Public propertyInnerException
Gets the Exception instance that caused the current exception.
Public propertyMessage
Gets a message that describes the current exception.
Public propertySource
Gets or sets the name of the application or the object that causes the error.
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
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.
Top
See Also