| ConditionEvaluationException Constructor (String, Exception) |
Namespace:
NLog.Conditions
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public ConditionEvaluationException(
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 ConditionEvaluationException(message,
innerException)
new :
message : string *
innerException : Exception -> ConditionEvaluationException
Parameters
- message
- Type: SystemString
The message. - innerException
- Type: SystemException
The inner exception.
See Also