LanguageNotLoadedException Constructor (String, Exception)

Languages.Events

Language

LanguageNotLoadedException Constructor (String, Exception)

Constructor with message and inner [Exception] message

Namespace:  Languages.Exceptions
Assembly:  Languages (in Languages.dll)

Syntax


public LanguageNotLoadedException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
LanguageNotLoadedException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: String
The [Exception] message to be shown
inner
Type: Exception
The inner The [Exception] to be shown