3 references to NewPTFormatException
ReachFramework (3)
PrintConfig\PrtTicket_Editor.cs (1)
402return InternalPrintTicket.NewPTFormatException(detailMsg, innerException);
PrintConfig\PrtTicket_Public.cs (2)
105throw NewPTFormatException(e.Message, e); 512return NewPTFormatException(detailMsg, null);