Initializes a new instance of the ElmahLogEntryException class

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

Syntax

C#
public ElmahLogEntryException(
	string message,
	Exception inner
)
Visual Basic
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
ElmahLogEntryException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System..::..String
inner
Type: System..::..Exception

See Also