public TagLibException(TagLibError error, string message, Exception innerException) : this(message, innerException) { this.error = error; }
public TagLibException(TagLibError error) : this() { this.error = error; }