public FailedToValidateSLCCertChainException(WellKnownErrorCode eCode, Exception innerException) : base(Strings.FailedToValidateSLCCertChain(eCode), innerException)
 {
     this.eCode = eCode;
 }
示例#2
0
 public FailedToValidateTemplateException(Guid templateId, WellKnownErrorCode eCode, Exception innerException) : base(Strings.FailedToValidateTemplate(templateId, eCode), innerException)
 {
     this.templateId = templateId;
     this.eCode      = eCode;
 }