コード例 #1
0
 public EasObjectNotFoundException(string entryId, Exception innerException) : base(MrsStrings.EasObjectNotFound(entryId), innerException)
 {
     this.entryId = entryId;
 }
コード例 #2
0
 public EasObjectNotFoundException(string entryId) : base(MrsStrings.EasObjectNotFound(entryId))
 {
     this.entryId = entryId;
 }