C# Class MicroServices.Common.Exceptions.EventDeserializationException

Inheritance: System.Exception
Afficher le fichier Open project: rbanks54/microcafe

Méthodes publiques

Свойство Type Description
EventTypeName string
Metadata string

Méthodes publiques

Méthode Description
EventDeserializationException ( string eventTypeName, string metadata ) : System

Method Details

EventDeserializationException() public méthode

public EventDeserializationException ( string eventTypeName, string metadata ) : System
eventTypeName string
metadata string
Résultat System

Property Details

EventTypeName public_oe property

public string EventTypeName
Résultat string

Metadata public_oe property

public string Metadata
Résultat string