Language
LanguageNotLoadedException Constructor (String, Exception) |
Initializes a new instance of the LanguageNotLoadedException class
Namespace: Languages.Exceptions
Assembly: Languages (in Languages.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
public LanguageNotLoadedException( string message, Exception inner )
Public Sub New ( message As String, inner As Exception )
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Languages.Exceptions.LanguageNotLoadedException.#ctor(System.String,System.Exception)"]
- inner
- Type: SystemException
[Missing <param name="inner"/> documentation for "M:Languages.Exceptions.LanguageNotLoadedException.#ctor(System.String,System.Exception)"]
Remarks
[Missing <remarks> documentation for "M:Languages.Exceptions.LanguageNotLoadedException.#ctor(System.String,System.Exception)"]
See Also