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