Namespace: Cartella.Models.ActionFilters.Elmah
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
[SerializableAttribute]
public class ElmahLogEntryException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ElmahLogEntryException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ElmahLogEntryException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Cartella.Models.ActionFilters.Elmah..::..ElmahLogEntryException

See Also