AuditToolsClaimsImportPostErrorNotification Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprivate 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
Parameters
- title
- Type: SystemString
- msg
- Type: SystemString
- stack
- Type: SystemString
See Also