コード例 #1
0
 public override string ToString()
 {
     try
     {
         return(this.QueryComponents(this.Context.Model).Uri.ToString());
     }
     catch (NotSupportedException e)
     {
         return(Strings.ALinq_TranslationError(e.Message));
     }
 }
コード例 #2
0
 public override string ToString()
 {
     try
     {
         return(base.ToString());
     }
     catch (NotSupportedException e)
     {
         return(Strings.ALinq_TranslationError(e.Message));
     }
 }