public FilterGraphBuilderException(GraphBuilderError error) : base(error.GetErrorText()) { }
public FilterGraphBuilderException(GraphBuilderError error, Exception innerException) : base(error.GetErrorText(), innerException) { }