LocalizedException Constructor (String, SeverityTypes, String)
Initializes a new instance of the LocalizedException class.
Namespace:
FLEXYGO.ExceptionsAssembly: flxLocalization (in flxLocalization.dll)
Syntax
public LocalizedException( string Message, LocalizedException..::..SeverityTypes Severity, string Title )
Public Sub New ( _ Message As String, _ Severity As LocalizedException..::..SeverityTypes, _ Title As String _ )
Parameters
- Message
- Type: String
The message that describes the error.
- Severity
- Type: FLEXYGO.Exceptions..::..LocalizedException..::..SeverityTypes
The Severity of exception.
- Title
- Type: String
The title.