Beispiel #1
0
 public EmbeddinatorException(int code, bool error, Exception innerException, string message, params object [] args) :
     base(String.Format(message, args), innerException)
 {
     Code  = code;
     Error = error || ErrorHelper.GetWarningLevel(code) == ErrorHelper.WarningLevel.Error;
 }