{CompanyName} FlexyGo

LocalizedException..::..ThrowLocalizedException Method

Throw localized exception

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

Syntax


public static void ThrowLocalizedException(
	Exception Exception,
	LocalizedException..::..SeverityTypes Severity,
	string Title
)
Public Shared Sub ThrowLocalizedException ( _
	Exception As Exception, _
	Severity As LocalizedException..::..SeverityTypes, _
	Title As String _
)

Parameters

Exception
Type: Exception
The exception to throw.
Severity
Type: FLEXYGO.Exceptions..::..LocalizedException..::..SeverityTypes
The Severity of exception.
Title
Type: String
The title.