示例#1
0
 /// <summary>
 /// Set the Message's main exception property
 /// </summary>
 public static Message AddException(this Message msg, Exception ex)
 {
     return(MessageModule.AddException(ex, msg));
 }