Пример #1
0
 static void OnClientError(object sender, DdpClientErrorEventArgs e)
 {
     Console.WriteLine("Fatal Error: {0}", e.Exception.Message);
     Console.WriteLine("Stack Trace: {1}", e.Exception.StackTrace);
 }
Пример #2
0
 static void OnClientError(object sender, DdpClientErrorEventArgs e)
 {
     Console.WriteLine("Fatal Error: {0}", e.Exception.Message);
     Console.WriteLine("Stack Trace: {1}", e.Exception.StackTrace);
 }