Table of Contents

Interface IHasMessageNumber

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Interface which adds a MessageNumber to a custom exception.

public interface IHasMessageNumber

Properties

MessageNumber

Gets the message number for the defined message type.

int MessageNumber { get; }

Property Value

int