From d885535bdd599773a9fc1494e0598e879f90ef2b Mon Sep 17 00:00:00 2001 From: Constantinos Leftheris Date: Mon, 1 Aug 2016 16:14:55 +0300 Subject: [PATCH] version 1.0.8 --- src/indice.Edi/EdiSerializer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indice.Edi/EdiSerializer.cs b/src/indice.Edi/EdiSerializer.cs index 9585a89..6f52425 100644 --- a/src/indice.Edi/EdiSerializer.cs +++ b/src/indice.Edi/EdiSerializer.cs @@ -106,7 +106,7 @@ internal virtual object DeserializeInternal(EdiReader reader, Type objectType) { } // else if this is indeed a collection type this must be a collection of messages. else { - throw new NotImplementedException("Collection types are not supported as the root Type. Try to wrap List of Messages inside an \"Interchage\" type."); + throw new NotImplementedException("Collection types are not supported as the root Type. Try to wrap List of Messages inside a container type."); } return value;