Show / Hide Table of Contents

    Enum MessageValidationMode

    Specifies the message validation mode.

    Namespace: Silverback.Messaging.Validation
    Assembly: Silverback.Integration.dll
    Syntax
    public enum MessageValidationMode

    Fields

    Name Description
    LogWarning

    A warning is logged if the message is not valid.

    None

    No validation is performed.

    ThrowException

    An exception is thrown if the message is not valid.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini