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