VerificationBehavior
NexusLabs.Needlr¶
NexusLabs.Needlr¶
VerificationBehavior Enum¶
Specifies the behavior when a verification issue is detected.
Fields¶
Silent 0
Ignore the issue silently.
Warn 1
Log a warning but continue.
Throw 2
Throw an exception to prevent the application from starting.