示例#1
0
 public static void Throw(this AudioBotException ex) => throw ex;
示例#2
0
 public static AudioBotException Str(this AudioBotException ex, string text)
 {
     ex.Str = text; return(ex);
 }