{CompanyName} FlexyGo

LocalizedException Constructor (Exception, String, array<String>[]()[][])

Initializes a new instance of the LocalizedException class.

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

Syntax


public LocalizedException(
	Exception InnerException,
	string Message,
	params string[] Args
)
Public Sub New ( _
	InnerException As Exception, _
	Message As String, _
	ParamArray Args As String() _
)

Parameters

InnerException
Type: Exception
The inner exception.
Message
Type: String
The message.
Args
Type: array<String>[]()[][]
The arguments for string format.