Exemple #1
0
 public SourceDatabaseNotFoundException(Guid g, string sourceServer, Exception innerException) : base(Strings.SourceDatabaseNotFound(g, sourceServer), innerException)
 {
     this.g            = g;
     this.sourceServer = sourceServer;
 }
		public CorruptLogDetectedException(string filename, string errorText, Exception innerException) : base(Strings.CorruptLogDetectedError(filename, errorText), innerException)
		{
			this.filename = filename;
			this.errorText = errorText;
		}