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