 | NLogConfigurationException Constructor (String, Exception) |
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic NLogConfigurationException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Dim message As String
Dim innerException As Exception
Dim instance As New NLogConfigurationException(message,
innerException)
new :
message : string *
innerException : Exception -> NLogConfigurationException
Parameters
- message
- Type: SystemString
The message. - innerException
- Type: SystemException
The inner exception.
See Also