Exemplo n.º 1
0
 public HException(string message, Exception innerException)
     : base(HString.ConvertAsText(message), innerException)
 {
 }
Exemplo n.º 2
0
 public HException(string message)
     : base(HString.ConvertAsText(message))
 {
 }