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