AuditToolsAuditPostErrorNotification Method |
Namespace: SxcDeskAppLib
private void PostErrorNotification( string title, string msg, string stack )
Private Sub PostErrorNotification ( title As String, msg As String, stack As String )
private: void PostErrorNotification( String^ title, String^ msg, String^ stack )
private member PostErrorNotification : title : string * msg : string * stack : string -> unit