 | NLogDependencyResolveException Constructor (String, Type) |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic NLogDependencyResolveException(
string message,
Type serviceType
)
Public Sub New (
message As String,
serviceType As Type
)
Dim message As String
Dim serviceType As Type
Dim instance As New NLogDependencyResolveException(message,
serviceType)
new :
message : string *
serviceType : Type -> NLogDependencyResolveException
Parameters
- message
- Type: SystemString
- serviceType
- Type: SystemType
See Also