コード例 #1
0
 public ReleaseParticipantExternalIdEmptyException(ReleaseParticipant releaseParticipant, Exception innerException)
     : base(FormatMessage(releaseParticipant), innerException)
 {
 }
コード例 #2
0
 private static string FormatMessage(ReleaseParticipant releaseParticipant)
 {
     return string.Format("Release participant external id cound't be found. Release participant: {0}",
         releaseParticipant);
 }
コード例 #3
0
 public ReleaseParticipantExternalIdEmptyException(ReleaseParticipant releaseParticipant)
     : base(FormatMessage(releaseParticipant))
 {
 }