| NLogConfigurationException Constructor (String, Exception) |
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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