{CompanyName} FlexyGo

LocalizedException Constructor (Exception, SeverityTypes, String)

Initializes a new instance of the LocalizedException class.

Namespace:  FLEXYGO.Exceptions
Assembly:  flxLocalization (in flxLocalization.dll)

Syntax


public LocalizedException(
	Exception InnerException,
	LocalizedException..::..SeverityTypes Severity,
	string Title
)
Public Sub New ( _
	InnerException As Exception, _
	Severity As LocalizedException..::..SeverityTypes, _
	Title As String _
)

Parameters

InnerException
Type: Exception
The inner exception.
Severity
Type: FLEXYGO.Exceptions..::..LocalizedException..::..SeverityTypes
The Severity of exception.
Title
Type: String
The title.