Page 1 of 1

Error recieved

Posted: Fri Nov 03, 2017 8:48 am
by Maged Elbarqy
Common.MessageComposer.OnFullMessageTimedout(ISmppMessage[] parts)
10:46:23: ERROR:533: (MessageComposer) Event evFullMessageTimedout failed, Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at *.*.OnFullMessageTimedout(Object sender, MessageEventHandlerArgs args)

Please advise regarding this error

Re: Error recieved

Posted: Mon Nov 06, 2017 9:03 pm
by alt
It seems that args.Parts[0] is null in your case. You should take first not null object from args.Parts collection of the OnFullMessageTimedout event.